Game Add-On Tutorial (How to make Quality Toggling Button, Music, Music Pause and Play Button)
autor wackybuford
Dodaj na ekran główny, by mieć szybki dostęp
Zainstaluj tę grę
Stuknij przycisk Udostępnij, potem "Dodaj do ekranu początkowego", aby szybko mieć grę pod ręką.
Game Add-On Tutorial (How to make Quality Toggling Button, Music, Music Pause and Play Button)
Tagi dla Game Add-On Tutorial (How to make Quality Toggling Button, Music, Music Pause and Play Button)
Opis
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.
Jak grać
Click the next button to procede through the tutorial.
Komentarze
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!