What's the scoop on the player? I'm a smidge in the dark on 2004mx. Will users need to get a new player and are we going to have to go through another year of wondering if everyone can see and use all the stuff? I love the progression of the program but the only thing that gets tiring is the player issue.
get back to me when flash lets u play a timeline backward,,,, with ONE COMMAND,,, as in ,,, gotoAndPlayRev,,, or playRev... know what i mean,,, is that to much to ASK!!!!!! my movies would be cut in half,,,
Originally posted by Avigeller get back to me when flash lets u play a timeline backward,,,, with ONE COMMAND,,, as in ,,, gotoAndPlayRev,,, or playRev... know what i mean,,, is that to much to ASK!!!!!! my movies would be cut in half,,,
Couldn't you do something like...
OnClipEvent(enterFrame){
var frameNumber = getCurrentFrame;
gotoAndPlay(frameNumber-1); //or maybe -2
}
That syntax could be all wrong (first thing in the morning here), but hopefully you get the idea. Make it into a function, there you go, one command.
Probably have to tell the movie to stop going backwards when it gets to frame 1 of course.
i kinda get it,,, if u ever have some spare time,,could u apply this example to a shape tween for me? where on the last frame there is a button to make it go backwards,,,,