The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.39 / 5.00 38,635 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.09 / 5.00 15,161 ViewsHi,
I need a few scripts, First one, A script so that when a button is pressed all music stops, Secondly, A script so when a button is pressed a movie clip appears, And one for when a button is pressed a movie clips disappears.
Thanks very much in advance, I'll appreciate the help.
for the button to stop the music
on(press){
stopAllSounds();
}
there are a couple of ways to do the other ones depending on if you want them to go off screen or just become transparent
At 6/9/07 05:53 PM, stanni wrote: Hi,
I need a few scripts, First one, A script so that when a button is pressed all music stops, Secondly, A script so when a button is pressed a movie clip appears, And one for when a button is pressed a movie clips disappears.
Thanks very much in advance, I'll appreciate the help.
go to flash portal then at bottom click learn flash and read the acution scripts tuts
Oh sorry one more, A script for the beginning of your movie, For it to stay on a frame until the movie has loaded then play.
Thanks
on(press) {
gotoAndPlay("Don't be dick")
}
Seriously dude...stop posting just to tell people to do everything themselves. They obviously came here for help, so help them, or don't post.
Now, for the OP, before I ask anything I always check AS: Main
There are a lot of helpful AS tutorials there.
AS: Main
Don't read this sentence.
At 6/9/07 05:56 PM, stanni wrote: Oh sorry one more, A script for the beginning of your movie, For it to stay on a frame until the movie has loaded then play.
Thanks
download the NG preloader.