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 ViewsOk, basicly put im having trouble with sounds.
When i click any of the buttons i want the background music to stop, this may not involve AS and somthing to do with the music properties in any case i would like help.
Current Script for button
on(release){
gotoAndPlay("scene2",1);
}
At 2/19/06 05:32 PM, Darkaxl wrote: Ok, basicly put im having trouble with sounds.
Naruto introscreen
When i click any of the buttons i want the background music to stop, this may not involve AS and somthing to do with the music properties in any case i would like help.
Current Script for button
on(release){
gotoAndPlay("scene2",1);
}
if you want all music to stop put
on(release){
stopAllSounds()}
but thats a crap way to do it cause it juist stops instantly without fade
you could put the background music in a movieclip with two frames the first frame with the music and the second frame with the music fading and on the first frame put stop();
and then put
on(release){
_root.mcname.gotoAndStop(2)}
I understand what you mean by Fading out but i really cant use flash's inbuilt, fader ¬_¬
Very nice sprite work. Umm I can't help you though, not Pro at actionscript.
Say what you mean, then shut up.
At 2/19/06 06:23 PM, creamy_hoor wrote: Very nice sprite work. Umm I can't help you though, not Pro at actionscript.
Thanks but the little clip played isn't the actual flash...just somthing i threw together when i was bored =P full work is going into it and starting tommorow. so expect it end of march start of april :P