Need help making images blink

The delay is how I used to duplicate blinking before the Timer function came along. If you want it to stop blinking at some point, then you can set conditionals on each of your actions. For example, have those conditionals fire only if varClicked = 0.Then, when the learner clicks on something, you set varClicked to be 1. The blinking should stop. And I think even with 1-second delays, my blinking was not uniform either. It may be that delays are less reliable than the Timer function. Kevin

Discussions have been disabled for this post