Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
Legolas9901 #1
Multiple Symbols
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.
Legolas9901 Guest
-
are there symbols in ID?
I have to reuse a shape many times in my document and I would like to have the option of changing just one of the copies and have the rest update... -
Symbols
I am interested in creating some personal palettes of symbols. I know how to make a symbol in an open document, however, I have not been able to any... -
Difficulty with multiple Symbols
I have a main movie. 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... -
Symbols......
When you save a symbol to the library, where the *((**& do they go? Apparently mine found "symbol heaven" because I sure can't find them!! :) --... -
batch update symbols across multiple pngs - fireworks MX?
Fireworks Extensions at http://johndunning.com/fireworks Mr. John Dunning, you are my personal hero. Thank you so much for writing this... -
wp #2
Re: Multiple Symbols
specify _root in the code, which looks at the main timeline
ie
on(release){
_root.gotoAndPlay(2);
}
WP
"Legolas9901" <fly_bird13@hotmail.com> wrote in message
news:c03hqg$9o6$1@forums.macromedia.com...second> I have a main movie, duh. First frame is set to stop. There is also abuttons. I> frame.
>
> Now in this movie I have a movie clip. In this movie clip, I haveDoes> 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.> anyone have the code for this?
>
> Remember, the OUTERMOST movie timeline.
>
wp Guest



Reply With Quote

