Question
simple question, how go back to previous movie?
HI! I have nested movie clips. the last click has a button
that went clicked
it will move the previous movie play head to 2 how do we make the path?
eg. scene1
movie1
movie2
movie3 --> button here will move movie 2 play
head to 2.
on (release) {
play(2);
}
Paul
it will move the previous movie play head to 2 how do we make the path?
eg. scene1
movie1
movie2
movie3 --> button here will move movie 2 play
head to 2.
on (release) {
play(2);
}
Paul