>My questions are :
>
>1. must a beginSprite always end with a end beginSprite?
>
>2. has a beginSprite ever caused a movie to terminate at the point
>and stop executing ?
You can say:
on handlername
--some meaningful lines of code
end handlername
or
on handlername
--some meaningful lines of code
end
or even
on handlername
--some meaningful lines of code
on nexthandler
end
and it will still work.
I dare say that a bug might have caused a beginsprite to terminate
the movie at least once in the five years that beginsprite has been
around! My bet though is that your script is a movie script, and not
a behavior script. It only works the first time because the timer is
automatically started for you, and the rewind isn't triggering the
beginsprite to reset the timer (because it's a movie script).
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi To post messages to the list, email
[EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for
learning and helping with programming Lingo. Thanks!]