and my question is...
when label1 gets to 100 i want timer 1 and timer2 to stop
my code i used inside of label1 is...
- Code: Select all
if label1.text - "100" then
timer1.stop
timer2.stop
msgbox("winner!!")
none of the code dose anything please help =]


