SKEEN
January 23rd, 2003, 03:09 PM
Im trying to figure out how I can make the intro to my website
fade in, and when the user clicks the button, the intro fades out and the next movie comes in,using actionscript.
would I set the _alpha to 0 on the "mc" and make a conditional that detects the event, causing the "mc" to fade in, and on the button use
on(click) {
if("mc"==true){
goto and play a frame lable;
unloadmovie(blah,blah.swf,level1)
loadmovie( blah.blah.swf,level1)
}
}
Im sort of confused i hope someone can lead in right direction.
Mike a.k.a SKEEN
fade in, and when the user clicks the button, the intro fades out and the next movie comes in,using actionscript.
would I set the _alpha to 0 on the "mc" and make a conditional that detects the event, causing the "mc" to fade in, and on the button use
on(click) {
if("mc"==true){
goto and play a frame lable;
unloadmovie(blah,blah.swf,level1)
loadmovie( blah.blah.swf,level1)
}
}
Im sort of confused i hope someone can lead in right direction.
Mike a.k.a SKEEN