Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
wait a image OR another
#1
wait 0 S "My First Macro.bmp" 0 0 0x1
wait 0 S "My First Macro2.bmp" 0 0 0x1

with that code wait the first image AND THEN the 2ยบ image, i want that the mouse move to any of the images i want
#2
Macro
Code:
Copy      Help
str images=
;My First Macro.bmp
;My First Macro2.bmp

ARRAY(str) a=images
int i=0
rep
,if(scan(a[i] 0 0 0x1)) break
,i+1; if(i=a.len) i=0; 0.5
#3
T.T i need to learn some programing before using this

how can i make this loop?
#4
The "rep" command makes the loop.
Matt B


Forum Jump:


Users browsing this thread: 1 Guest(s)