I have it so that if a user hits a button it puts "1" to a field. I'd like it to repeat (add 1) every 3 seconds until the user clicks another button called "stop."
Every time I try just a simple:
repeat forever OR repeat until hilite of button "stop"
put "1"into field "score"
wait 3 seconds
end repeat
the program crashes and I'm unable to fool around with the code. I have no idea where to start and haven't been able to tinker simply because it keeps crashing....
anything will help
