Log in to save your progress and earn points!
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)

by wackybuford

Loading ad...

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

Rating:
2.7
Released: April 02, 2009
Last updated: April 02, 2009
Developer: wackybuford

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

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!