Skip to main content
Participating Frequently
January 3, 2009
Question

stop playhead in presentation

  • January 3, 2009
  • 2 replies
  • 314 views
I am doing a presentation using Flash cs3 and using action script to animate some of the slides.

How do stop the playhead? (ie: each frame is a slide and I am using timers to animate the presentation).

I am currently putting each slide into a frame. Is this the best strategy?

Thanks in advance
This topic has been closed for replies.

2 replies

Participating Frequently
January 4, 2009
thanks
Ned Murphy
Legend
January 4, 2009
You're welcome.
Ned Murphy
Legend
January 4, 2009
You stop the playhead with a stop();

Using a frame per slide is fine. You may need to give each slide a unique instance name if you are naming them.