PDA

View Full Version : how to coordinate multiple movie clips...



mlkedave
January 25th, 2004, 11:15 AM
I want to make it so when I release one of my menu buttons AS does the follow:
on(Release) If Movieclip1 is on frame 2, the movieclip1 go to and play frame 3

If Movieclip1 is on frame 2, the movieclip1 go to and play frame 3

Really the only problem I am having with this is i don't know if i can say multiple if then statment on one trigger and I also dont know how to say "is on frame..." properly in an if then statement. Could someone please tell me how it should probably look. Thanks. Mike

flash_legend
January 25th, 2004, 11:38 AM
honestly i am not sure about the code

sorry

mlkedave
January 25th, 2004, 05:44 PM
I basically want to know how to say, in AS, that if one movieclip is on a specified frame, then another movieclip will go to another specified frame... Sorry for being so confusing.