PDA

View Full Version : [CS4] Play Scene 1 from a drop down menu button


alphadan
09-01-2009, 09:28 AM
hi everybody, im a newb on flash... i made a menu which contains a animation on the Scene1 Time line, i would like to play it from a button that is inside of another layer.

i know is something like Alias.gotoAndPlay(n);

but what alias should i use to play the scene 1?

im kinda confused :confused:

since it is not amovie clip how would i play it?.

http://img257.imageshack.us/img257/3166/playthis.th.jpg (http://img257.imageshack.us/i/playthis.jpg/)

Thx in advance.


EDIT: Ok i diged on googled and find how to play the main time line using this line:

_root.gotoAndPlay(14);

Solved!!!.