play backwards button
play backwards button
Out of context: Reply #6
- Started
- Last post
- 6 Responses
- ********0
a good way indeed of doing it...
You can make it better by not having your code on the MovieClips though ;) Also Flash 8 has its own tween Class.. MX2004 too I think..
myClip_mc.onRollOver = function()
{
mc.play
}myClip_mc.onRollOver = function()
{
mc.frameTo(1);
}