I'll have to explain this one. I've attached a diagram with this post.
Scene 1 contains two movie clips which I have named BMC1 and CAMC1.
BMC1 plays when the movie loads, but CAMC1 is on hold.
WHen BMC1 finishes playing, there will be buttons there. All I'd like to do is to click on a button and make CAMC1 move to it's second frame.
In BMC1's button's action, I did this:
Here's what happensCode:on (release) { tellTarget ("_root.CAMC1") { gotoAndPlay (2); } }
The movie clip CAMC1 will play as normal and go to Frame 2
When I click the same button again,
CAMC1 goes back to it's frame 1
When I click again
CAMC1 goes to frame 2.
This occurs, even though I've placed Stop Actions on top of each frame in CAMC1.
I know this is a little long winded, but any hints or directions would be good.
*sigh*
![]()


Reply With Quote
