:rd: can any one teach me how to make a menu…those type you can open and close
:chinaman:
why don’t you try to make one first and if you get stuck, post your problem here and we’ll help. =)
erm…good idea
i have been trying to make the menu buttons link to the main scene;( but i haven’t been able to do it
can any one tell me am i doing the right thing
no help?
You can’t play scenes from within a movie clip, you need frame labels.
But since everything here resides in 1 scene (good thing), why don’t you just use _root to get back to the main timeline?
[AS]on (release) {
_root.gotoAndStop(2);
}[/AS]
Example for getting to frame 2 on the main timeline.
oh i see…thank you very ,uch:nerd: