| View previous topic :: View next topic |
| Author |
Message |
Autex675
Joined: 10 May 2008 Posts: 15
|
Posted: Sat May 10, 2008 11:50 pm Post subject: Moving object on screen? |
|
|
Is it possible to create a moving object on the screen? If so, how? 
Last edited by Autex675 on Sun May 11, 2008 7:28 pm; edited 1 time in total |
|
| Back to top |
|
 |
Z Gecko Guest
|
Posted: Sun May 11, 2008 12:25 am Post subject: |
|
|
Would you please STOP USING "QUESTION" AS THE SUBJECT for your question!
We all now that it is a Question, because you posted in the Ask for Help-section: | Quote: | Ask for Help
Ask questions and (hopefully) get answers. Post helpful tips and tricks. |
Please look at the subjects of the other posts in this section. They are all questions, and not one is titled "Question".
Read this: http://www.autohotkey.com/forum/topic4986.html
and this: http://www.autohotkey.com/docs/Tutorial.htm before you post anymore questions. |
|
| Back to top |
|
 |
Autex675
Joined: 10 May 2008 Posts: 15
|
Posted: Tue May 27, 2008 8:58 pm Post subject: |
|
|
| That still doesn't answer my question. |
|
| Back to top |
|
 |
engunneer
Joined: 30 Aug 2005 Posts: 6847 Location: Pacific Northwest, US
|
Posted: Tue May 27, 2008 9:01 pm Post subject: |
|
|
what kind of object?
There is OpenGL, which some work has been done with, or you can look at GDI+ (PhiLho wrote a nice wrapper for those functions)
there is also the possibility to make a nice GUI then use the WinMove command to move it. You can make most of the gui transparent. _________________
Unless otherwise noted, all code is untested.
Common Answers: 1.(Loops, Viruses, etc.) 2. Search 3.RTFM |
|
| Back to top |
|
 |
|