Forum Moderators: open

Message Too Old, No Replies

need help - a button in an instance to control the main movie

need help - a button in an instance to control the main movie

         

johndeaville

6:08 pm on Oct 2, 2004 (gmt 0)

10+ Year Member



hello

i have created a movie with all of my sections as symbols - i have created a button in one symbol that should make the main movie advance to another frame , i can only get it to advance within that symbol rather than making the button control the main movie

any help much appreciated or if any further clarification needed my email is jd@nxmd.co.uk

thanks

Sonarfox

1:12 pm on Oct 6, 2004 (gmt 0)

10+ Year Member



You need to specify what timeline you wish to progress:

_root.gotoAndPlay(2);

Where _root is the main timeline and (2) is the frame to go to.

Should work.