Entre para salvar seu progresso e ganhar pontos!
Game Add-On Tutorial (How to make Quality Toggling Button, Music, Music Pause and Play Button)

Game Add-On Tutorial (How to make Quality Toggling Button, Music, Music Pause and Play Button)

por wackybuford

Loading ad...

Game Add-On Tutorial (How to make Quality Toggling Button, Music, Music Pause and Play Button)

Avaliação:
2.7
Lançamento: April 02, 2009
Última atualização: April 02, 2009
Desenvolvedor: wackybuford

Tags para Game Add-On Tutorial (How to make Quality Toggling Button, Music, Music Pause and Play Button)

Descrição

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.

Como jogar

Click the next button to procede through the tutorial.

Comentários

0/1000
iGreenPuffle92 avatar

iGreenPuffle92

Apr. 15, 2010

1
0

@dudephish It's not Pause Button code, It's Play Button Code!

dudephish avatar

dudephish

Dec. 31, 2009

1
0

If your looking for the codes...
Pause button code:
on(release){
_root.music.play();
}
Stop button:
on(release){
_root.music.stop();
}

ediz12 avatar

ediz12

Dec. 03, 2009

1
0

Eh,Its good but I don't soee pause or play button... Uh?

omazing avatar

omazing

Sep. 20, 2009

1
0

P.S. click on the green button more than 5 times and it makes the noise like a crackle sound... lol

omazing avatar

omazing

Sep. 20, 2009

1
0

nicely done wacky buford.... I could totally use this!