Groups | Blog | Home
all groups > flash actionscript > february 2004 >

flash actionscript : Multiple Symbols



Legolas9901
2/7/2004 8:29:04 PM
I have a main movie, duh. First frame is set to stop. There is also a second
frame.

Now in this movie I have a movie clip. In this movie clip, I have buttons. I
need a code that will affect the OUTERMOST movie area, the one that has 2
FRAMES.

What I want it to do is the GO TO AND PLAY FRAME (154) kind of thing. Does
anyone have the code for this?

Remember, the OUTERMOST movie timeline.
wp
2/8/2004 10:22:27 AM
specify _root in the code, which looks at the main timeline

ie
on(release){
_root.gotoAndPlay(2);
}

WP

[quoted text, click to view]

AddThis Social Bookmark Button