Hi,
From the archives I know that this script is executed once and it may be
placed in a frame script.
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 ?
This is the code I used and it was used in a frame script at frame 140:
on beginSprite
startTimer
end
on exitFrame me
--This waits for 2 seconds
if the timer<60*2 then
go to the frame
end if
end
When I re-wind and play my movie, it plays frame 1, then the
playhead immediately jumps to this frame 140. The code in prior frames
did not execute. Why is that?
TIA for your help.
Noelle
[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!]