I’ve been following a flash tutorial, It’s a complicated piece. You’ll have to look at it to see for yourselves.
My main problem is that I would like to try to add buttons to the scrolling ‘menu’ movie clips, that would enable me to go to a new scene. I’ve tried the ‘_parent.gotoAndPlay(2)’ etc, but due to my very basic knowledge of action-scripting I can’t get it to work.
Anyone have any suggestions, or wanna try?
Thanks.
This is in flash 5 but i’ll take MX scripting if I have to
You need to do _parent.gotoAndPlay(frame#) on the button in the movie clip to a frame on your main timeline that contains the gotoAndPlay(“Scene”,frame#) AS.
ANd his other method involves variables, which you can try, and it does work
Scene=Scene 1, Layer=Menu, Frame=1: Line 1: Statement must appear within on handler
_parent.gotoAndPlay(2)
I know i’m being cheeky, but do you think you could have a quick look at it to see where i’m going wrong? The red button on menu 1 should take me to frame 2 of the main timeline but i get the above message and a white screen
Lost, i have come to the conclusion that you are one of the most helpfull people on this kirupa forum. Not the only person that helps, mind you, but the one that i see most frequently helping flashers. Props to you, dude!!