PDA

View Full Version : sound in the timeline


Dylan
06-22-2002, 07:46 PM
Im trying to make the sound play while moving the cursor for the timeline, so that I can match the beat with the motion. I have an FLA with it, but cant figure how they did it?

Billy T
06-23-2002, 04:58 AM
so post a link to the fla so we can have a look

farafiro
06-23-2002, 10:41 AM
u can put your sound in the library, linkage it
make all your dynamicly attching codes but the start one
//mySound is the linkage name
//making the attaching codes
myMusic = new Sound
myMusic.attachSound("mySound")
myMusic.setVolume(50)
//now for making it plays when moving the mouse
onMouseMove = function(){
myMusic.start(0,1)
}

Dylan
06-24-2002, 12:28 AM
The FLA file wont zip up tight enough to send, and Ive trimmed all the fat already. Could it be that the files are aif. sound files that enable them to play on the timeline screen? Ive never even heard of the aif. myself, but it seems to be the only difference about it.

Billy T
06-24-2002, 12:31 AM
aif and aiff are just the mac equivalent of wav

upload the file to your own web space and post a link

cheers