Trashcan
11-04-2002, 08:12 AM
ok, we have a moving mousebutton. this is a mousebutton made of a movie. The movie contains one element, a button.
When the button is pressed, we are skiping the intro.
We can see the button beeing pressed, becuase of the down state.
We can not make it change to our new frame/section
We only have one scene:)
so we have:
on (release) {
gotoAndStop("scene 1", "jalla");
}
This doesn't work.... why?:)
When the button is pressed, we are skiping the intro.
We can see the button beeing pressed, becuase of the down state.
We can not make it change to our new frame/section
We only have one scene:)
so we have:
on (release) {
gotoAndStop("scene 1", "jalla");
}
This doesn't work.... why?:)