PDA

View Full Version : Soundboard Tutorial Part 2


PlyrzSpawn
05-01-2007, 05:28 PM
http://www.celebsoundboards.com/videos/tutorialpart2.avi

Button Actionscript:
on(press) {
stopAllSounds();
}

Stop All Sounds Button Actionscript
on (release, keyPress "<Space>') {
stopAllSounds();
}

Scene Change ActionScript:
on (release)
{
gotoandstop ("Scene 2",1);
}
note:Replace Scene 2 with name of scene

Governator
05-02-2007, 11:43 PM
thank you, this is exactly what I needed. Will there be a part 3 or is this it? When I have some time either this weekend or next I will watch again and attempt to make my 1st soundboard.