Play backwards
Play backwards
- Started
- Last post
- 2 Responses
- dpre100
can someone help me doing this on flash?
i have a movie clip with an animation of a square appearing and getting bigger. What i want is that when i roll over a button i want the movie clip to play but when i roll OUT the button i want the movie clip to play backwards.
thanks in adavance
- JamesEngage0
what you need is a counter that even adds one or takes on away depending if you are on the button or not, and tell the frame of the button/anim to go to that counter frame... of course you will need to check that the counter does not go lower than 1 or higher than the frames in your box
if (boxOver==1){
yourCounter++
} else {
yourCounter--
}box._gotoandPlay(yourCounter)
etc etc.
- ********0
duplicate clip with new name and reverse frames?