00:00
00:00
Syringes
yo

Katie @Syringes

Age 32, Female

Everything

Joined on 7/18/08

Level:
6
Exp Points:
330 / 400
Exp Rank:
> 100,000
Vote Power:
4.66 votes
Art Scouts
1
Rank:
Civilian
Global Rank:
> 100,000
Blams:
8
Saves:
31
B/P Bonus:
0%
Whistle:
Normal
Trophies:
4
Medals:
198

CODING help?? D:

Posted by Syringes - February 21st, 2010


Anyone know how to make it so music plays ONLY in the menu screen and when you hit play it stops and you can play music and sounds for the animation? I just want a menu screen song but I dont know the right code to make it stop playing AFTER I hit play.

I cant find any good tutorials..

So help me please? I'd be so grateful :]]]


Comments

On the play button, put

on (release) {
stopAllSounds();
}

Or if you want the music to stop on a certain frame, add

stopAllSounds();

to the frame

Thanks! I hope it works lawl, I am terrible at coding .. its totally not my thing. Again, thank you!

;DD

YAY it worked, thank you! :]]]