Home  |  About  | Last |  Submit  |  Contact
AllQuests.com




Previous Question:  problem with jpg preloader  Flash ActionScriptNext Question:  Play MC on release  Flash ActionScript
Question pausing movie ( Flash Kit Community Forums Flash General Help )
Updated: 2010-07-21 06:00:01 (1)
pausing movie

Is there anyway I can add an action that can pause a movie with a mouse over, and then continue from where it was paused? Would that be putting the movie in a button somehow? Or is there another way to do it? I have a movie that lists some clients, and if the viewer wants to pause it, I would like a rollover that does this. Any comments are appreciated.
Thanks

Answers: pausing movie ( Flash Kit Community Forums Flash General Help )
pausing movie

add a button in your movie and add this code

on (rollOver) {
stop ();
}
on (rollOut) {
play ();
}

aqeel

Previous Question:  problem with jpg preloader  Flash Kit Community Forums  Flash ActionScriptNext Question:  Play MC on release  Flash Kit Community Forums  Flash ActionScript

- Source: pausing movie Flash Kit Community Forums Flash General Help
- Previous Question: problem with jpg preloader Flash Kit Community Forums Flash ActionScript
- Next Question: Play MC on release Flash Kit Community Forums Flash ActionScript