Game Add-On Tutorial (How to make Quality Toggling Button, Music, Music Pause and Play Button)
by wackybuford
Game Add-On Tutorial (How to make Quality Toggling Button, Music, Music Pause and Play Button)
Tags for Game Add-On Tutorial (How to make Quality Toggling Button, Music, Music Pause and Play Button)
Description
This is a tutorial i made in a short time, i know its bad but it gets the job done, tell me if you want anything else to be added because I can do that.
How to Play
Click the next button to procede through the tutorial.
Comments
iGreenPuffle92
Apr. 15, 2010
@dudephish It's not Pause Button code, It's Play Button Code!
dudephish
Dec. 31, 2009
If your looking for the codes...
Pause button code:
on(release){
_root.music.play();
}
Stop button:
on(release){
_root.music.stop();
}
ediz12
Dec. 03, 2009
Eh,Its good but I don't soee pause or play button... Uh?
omazing
Sep. 20, 2009
P.S. click on the green button more than 5 times and it makes the noise like a crackle sound... lol
omazing
Sep. 20, 2009
nicely done wacky buford.... I could totally use this!