this is my script Problem w/ V8.1 are in red.
Code: Select all
let>#=0
Let>x=Waiting For Start...
Dialog>MyDialog
Caption=My Dialog
Width=207
Height=319
Top=-3
Left=798
Max=1
Min=1
Close=1
Resize=1
Label=Played,88,8,true
Button=Start,16,8,65,33,1,,Starts Macro
RadioGroup=msRadioGroup1,Speed,8,48,105,89,Super Fast%CRLF%Fast%CRLF%Slow%CRLF%Slower,1
Button=Exit,128,8,59,33,2
CheckBox=msCheckBox1,SmartPlay,120,64,65,True
Memo=msMemo1,8,160,177,113,1) All Settings are for Windows XP
Edit=msEdit1,88,24,33,%#%
Label=Press Shift and Esc to Exit,32,280
[color=red] Label=%x%,8,144[/color]
EndDialog>MyDialog
Show>MyDialog
Label>MainLoop
getdialogaction>MyDialog,result
if>result=1,GO
If>result=2,End
Goto>MainLoop
Label>GO
[color=red]Let>MyDialog.msLabel8=Starting
ResetDialogAction>MyDialog[/color]
MouseMove>68,154
wait>%t%
LClick
wait>%t%
MouseMove>140,217
Wait>1.66
LDown
wait>%t%
MouseMove>615,66
wait>%t%
LUp
Goto>MainLoop
I have tryed Let>%x%=Starting but that dosn't work in my script. It does in a test scrip i made but the only way i could get this to work is to use the Let>MyDialog.msLabel8=Starting command.
P.S. I was having trouble getting this to work in v9.0.052 untill i figured out that the label name was msLabel8 from the WatchList box in debug mode. Great tool by the way.
Any help Thanks