Skip to main content
Participating Frequently
March 22, 2007
Answered

stop() not working in presentation slide

  • March 22, 2007
  • 2 replies
  • 348 views
I have a very simple stop() action in my first and last frames of a slide that is under the master slide. No other code. The oddest thing is that the first stop() does not work, though, the last stop() action does work. I figured this is something to do with Flash Presentation type documents so I created a normal Flash document and sure enough the first frame stop() action does work. I even created a freshly new Flash Presentation document type and same effect of first frame action not working. Any ideas why this is happening to Presentation type documents?
This topic has been closed for replies.
Correct answer
your last stop is working though? try putting a couple frames b4 the first stop.. see if it is skipping over it. ... it shouldn't do this..but it might because of loading over with presentation.

2 replies

calekaroAuthor
Participating Frequently
March 22, 2007
Thanks, that did the trick. I moved the stop() action ahead until it worked. It seems to work (trigger) when it's on frame 3. Frames 1 and 2 do not work for me. That is very odd.
Correct answer
March 22, 2007
your last stop is working though? try putting a couple frames b4 the first stop.. see if it is skipping over it. ... it shouldn't do this..but it might because of loading over with presentation.