Groups | Blog | Home
all groups > flash actionscript > may 2004 >

flash actionscript : Controlling Sound with Actionscript


Loopkit Pro v1.0
5/24/2004 8:41:44 PM
So I developed this eLearning module in Flash.
I have a button that

on (release) {
gotoAndPlay("frame60 ");
}

on (release) {
what_number = Number(random(11))+2 ;
tellTarget ("/random_number3") {
gotoAndStop(/:what_n umber);
}
}

At frame60, I have an MC named random_number with individual sound clips in 10
frames from 2 to 11. However, my problem is when I try to add another sound
clips within those same frames. There is a time issue, what would be the
easiest way to do this. Insert a .wav file into that area? - Thanks in advance
Loopkit Pro v1.0
5/25/2004 1:37:42 PM
AddThis Social Bookmark Button