View Full Version : ok guys, easy question
willk
September 3rd, 2001, 11:04 AM
i am trying to make a interface.
i am trying to figure out, how to make it so when i click an option in the menu, another layer will start (pop up within the same movie)
kinda like what soljah has in his footer for the sound option.
SouljahBoy
September 3rd, 2001, 12:29 PM
In the main timeline of the sig its only 2 frames long. In the first frame its everything you see below. The scrolling text, the spining logo and the menu button are all independant movie clips with the stop command in the appropriate places. Then the music tab has an invisible button over it with the action of:
on (release) {
        gotoAndPlay (2);
}
In frame 2 I placed the music menu which is a seperate movie clip with a stop action.
willk
September 3rd, 2001, 12:53 PM
soljah, i really appreciate the help. but, i have no idea what you said.=(
i have only made movies where all the layers are in one movie.
how can i have two scenes going?
i think what you are saying is, have two scenes, and when people click music on your banner, it plays scene 2?
sorry. if it's too much to explain i'll understand.
willk
September 3rd, 2001, 01:03 PM
ok.
i just tried something.
i made two layers.
one with one botton
and a second with some text.
in the botton layer one.
i put
{
gotoAndPlay (2);
}
in the basic actions
then i tested the movie, and it played later one, then two, then one etc, without me even clicking anything.
it just kinda blinked?
man, i hope i can get as good as you guys?
suprabeener
September 3rd, 2001, 01:07 PM
if you want to your second movie in a different swf altogether:
loadMovieNum("swfname.swf",1);
the "1" refers to the level it will load into. after loading it you can reference it with _level1.
if you want it to be in the same swf, make it a movie, select it and write this in the actionbox (it should say object actions in the titlebar):
onClipEvent(load){
this._visible=0;
}
then when you want it to appear:
whateveryounameyourmovie._visible=1;
hope it helps!
suprabeener
September 3rd, 2001, 01:10 PM
just read your post, we posted at the same time.
sounds like you need a stop(); action in frame one.
as with much of flash, there are a thousand ways to do it. the one i outlined above is only one.
have fun.
tdfwrestling
September 3rd, 2001, 03:37 PM
this is totally off the topic but when your asking a question!!!!!! aren't you suposed to state it in the title!!!! not do wot you did and say "blah blah blah" there was a post on it not long back but maybe im the only one paying attenion!!
nice signature tho souljah
willk
September 3rd, 2001, 11:32 PM
my question wouldnt have fit in the title very well?
dan4885
September 3rd, 2001, 11:41 PM
I think he just cleared out a 4 foot bong just ignore the post lol your message was fine!
kth
September 4th, 2001, 11:15 AM
Wilk, Kirupa has a tutorial that explains it to you. Try it out and maybe it will help you understand. It took me a reallllly long time, like 48 hours straight to figure it out. I have grey hair now lol and I'm still not that good, but he does a good job of explaining how it works. Good luk!
willk
September 4th, 2001, 02:38 PM
i GOT IT....
yeah, i needed to simple put the stops in to stop it from blinking.
man, i love this board!
you guys are great
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.