I have a flash movie I have created, and I have an animation that rolls before you have options to click on different things. What I want to do is create 2 or 3 more opening animations, then when the flash movie loads have it randomly choose which animation to show. I figure i can set each animation up on the timeline, but i'm not real sure if i can make the movie choose which animation to play.
I know this action below won't work, but it might better explain what i'm trying to do.
on load
gotoandplay ("animation1")
or
gotoandplay ("animation2")
or
gotoandplay ("animation3")
etc...
I hope i make sense here, thanks.