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
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