RE: timer problem

2001-07-26 Thread Sean Wilson
I'm not sure if it's your problem or not, but you are trying to spawn a navigation from a beginSprite handler - in your case from a handler called by beginSprite. This is a no-no, you can't navigate from beginSprite. > on beginSprite me > pickColor > end > on pickColor > if the timer < 60 th

timer problem

2001-07-26 Thread Paul Schulman
Hi. I have a simple problem. I am trying to present a stimulus for a brief period of time but the code I'm using is not controlling that period. I have an on MouseDown script in frame 1 that directs the playback head to frame 2, where I select the color of the stimulus. The stimulus ends up be