RE: Flash 8 - Help Please!
I didn't quite understand what you want to do... but seems to me you'd be a lot better off making the stuff you want animated first into a movie clip.. then put that movie clip in a frame you want to be the bio page .. when the bio page comes in by the user clicking on the menu button.. your animated movie clip will play.
something like this
(action script on frame 2 for instance)
this.onEnterFrame = function() {
mcAnimatedPictureOfMyself.play();
}
Maybe I got it all wrong but this is a lot easier to control than jumping from frames to other 20 frames for anothr page.
Have fun!
|