I am animating a movie clip and I am having a specific problem with actionscript. I am animating a monkey. The path to what I want to animate is through “monkey” -> “lr”. So I write _root.monkey.lr.play(); in order to play an animation. This animates the right leg, hence lr, leg right. Now when I try to animate the right leg a different motion on different frames, I go through the same path with the same line, _root.monkey.lr.play();, but I can’t tell it to goto the frame, 11, where the new motion begins. I can’t use a gotoAndPlay(); because the animation is triggered by an if statement within a OnClipEvent(enterFrame), which would cause it to get stuck on one frame if I use a gotoAndPlay();, does anybody know what I can do? I tried playing around with variables and stuff for hours! But I can’t figure out how to get this to work, can anybody help?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
gotoAndPlay Problem plz help! | 0 | 41 | January 9, 2005 | |
gotoAndPlay never works for me :( | 0 | 81 | January 25, 2007 | |
Simple (i think) problem with a gotoAndPlay
|
0 | 75 | July 5, 2007 | |
gotoAndPlay help!
|
0 | 32 | November 16, 2003 | |
gotoAndPlay help! | 1 | 44 | November 16, 2003 |