Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Mac Command
#14
Code:
Copy      Help
mou 305 85 "Quick Macros" ;;mouse movement
int col ;;Stores the color from where the mouse is above
col = pixel(305 85 "Quick Macros")  ;;not really sure what this means...seems same as top
rep  ;;repear
,if col = pixel(300 85 "Quick Macros")  ;;if the color is there
,,out "continue" ;;not sure, maybe continue??
,,0.5 ;;wait?
,,ClearOutput  ;;everything from this line down, im pretty much unsure
,,continue
,else
,,break
out "break"
[Image: banner-grunge2.jpg]


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)