12-07-2006, 04:41 PM
and, if i have
Function event
code:
wait 0 C 0xFFFFFF 329 323
wait 0 K Y
ret
then in Macro111
code:
mac "event"
...
;g1
...
goto g1
if pixel 329 323 turns to 0xFFFFFF color, then function "event" will wait 0 K Y, but will macro "Macro111" wait for key Y (enter), or does Macro continue running ?
Function event
code:
wait 0 C 0xFFFFFF 329 323
wait 0 K Y
ret
then in Macro111
code:
mac "event"
...
;g1
...
goto g1
if pixel 329 323 turns to 0xFFFFFF color, then function "event" will wait 0 K Y, but will macro "Macro111" wait for key Y (enter), or does Macro continue running ?
