İlerlemeni kaydetmek ve puan kazanmak için giriş yap!
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)

yapan wackybuford

Loading ad...

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

Puan:
2.7
Yayınlanma tarihi: April 02, 2009
Son güncelleme: April 02, 2009
Geliştirici: wackybuford

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

Açıklama

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.

Nasıl Oynanır

Click the next button to procede through the tutorial.

Yorumlar

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!