:: flash help ::
:: flash help ::
Out of context: Reply #3
- Started
- Last post
- 8 Responses
- unformatted0
well if all those movies are being loaded into the same mc, just put this in your actions layer.
mcNAME.onclipevent (mouseover) {
_root.stop();
}mcNAME.onclipevent (mouseout) {
_root.play();
}or you could try to make a timer function. havent' dont a timer function so can't help you with that. but probably not that hard.