 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
Ght Guest
|
Posted: Wed Sep 30, 2009 1:18 pm Post subject: problem with functions |
|
|
hi guys,
theres probably a simple solution, but i cant find why this doesn't work :
| Code: |
Move(dir, time)
{
Send {%dir% down}
Sleep %time%
Send {%dir% up}
Sleep 5000
}
[...]
Move(Up, 1000)
Move(Left, 2500)
|
|
|
| Back to top |
|
 |
Z_Gecko Guest
|
Posted: Wed Sep 30, 2009 1:21 pm Post subject: |
|
|
try:
| Code: | Move("Up", 1000)
Move("Left", 2500) |
|
|
| Back to top |
|
 |
Ght Guest
|
Posted: Wed Sep 30, 2009 2:02 pm Post subject: |
|
|
thx  |
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|