Forum Moderators: open
I have another problem with 2 flash buttons
and hope u can help me again.
Both buttons are inside the instance (controller1)
One button activates the next movie clip (nextclip) and the other one is a start and stop button.
The instance of the start and stop button is called (stoporplay)
=> A movie clip with 2 frames
frame 1 = stop button sybol and frame 2 = plaz button symbol )
well... so far everything works.
The problem is that when i go to the next clip, I want the (stoporplay) instance to jump back to frame one, so that the stop buttons shows up when i releas the instance (nextclip).
This is what I tried... but i doesnt work:
_level0.controller1.stoporplay.gotoAndPlay(1)
and i also tried the same thing with _root and gotoAndStop
Help would be great.
Thanx
Martin