Jump to content

Need Help With GUI and Coordinate Retrieving


Recommended Posts

I'm sorry for the questions, but searching through the help file is taking forever.

What I'm trying to do is create a simple program with a GUI that does the following.

1: Asks how many mouse points are needed.

2: Allows the User to record those mouse points by positioning their mouse over the area and then store that variable to be called later.

3: Allows the customized script to be run with the variables entered.

Just a simple example this is all I really need. I'll be able to frankenstein it into my script.

I hate asking for help, so thankyou in advance.

Link to comment
Share on other sites

I'm sorry for the questions, but searching through the help file is taking forever.

What I'm trying to do is create a simple program with a GUI that does the following.

1: Asks how many mouse points are needed.

2: Allows the User to record those mouse points by positioning their mouse over the area and then store that variable to be called later.

3: Allows the customized script to be run with the variables entered.

Just a simple example this is all I really need. I'll be able to frankenstein it into my script.

I hate asking for help, so thankyou in advance.

1. Make a GUI -> GuiCreate()

1.1 Make a InputBox -> GuictrlCreateInput

1.2 Name it and search for help (F1)

2. Make a Button -> GuiCtrlCreateButton

2.1 Make a action when user has pressed button and check if they are in that area (!?)

3. Store the vars in globals(?)

O btw, a Forum is not only for asking questions its alsow to help other people and share your knowledge.

Edited by xzaz
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...