Skip navigation
Currently Being Moderated

Script for pausing slideshow in Flash Cs4

Apr 8, 2012 7:29 PM

I have been searching for hours for simple (mouse event) script that will pause my slideshow when I rollover it with the mouse....then play again when the mouse isn't over it...

I will be targeting an instance (transparent movie clip that is over the stage and it extends the length of the movie).

Any assistance would be appreciate.  I have viewed tutorials of all kinds and searched the forums...

 
Replies
  • Currently Being Moderated
    Apr 8, 2012 7:31 PM   in reply to Mrs.K2009

    How you pause it depends on how playing it is managed.  Can you explain how it plays?

     
    |
    Mark as:
  • Currently Being Moderated
    Apr 9, 2012 9:33 AM   in reply to Mrs.K2009

    stop();

    and:

    play();

    or:

    gotoAndStop(frameNumber);

    or:

    gotoAndPlay(frameNumber);

    is this ok?

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points