PDA

View Full Version : Sound Help..



Cripple Guy
March 2nd, 2003, 02:56 AM
How do I play a sound1 onces, and then after the sound1 ends, it played another sound2 which will repeat it self forever or 999 times. The problem is that i don't want the two sounds play at once. Also im gonna use only 1 frame in the timeline for this.

kode
March 2nd, 2003, 03:00 AM
sound1.onSoundComplete = function() {
sound2.start(0, 999);
}
or something like that :P

Cripple Guy
March 2nd, 2003, 03:17 AM
=P Doesn't work i tried other ways but doesn't work +P

Cripple Guy
March 2nd, 2003, 03:21 AM
How do I play a sound1 onces, and then after the sound1 ends, it played another sound2 which will repeat it self forever or 999 times. The problem is that i don't want the 2 sounds play at once. Also im gonna use only 1 frame in the timeline for this.

kode
March 2nd, 2003, 03:22 AM
code? fla? :sleep:

CyanBlue
March 2nd, 2003, 03:24 AM
Um... Any reason for crossposting??? Crossposting is BAD!!!

kode
March 2nd, 2003, 03:37 AM
Um... Any reason for crossposting??? Crossposting is BAD!!!
agreed :hair:

and by the way Cripple Guy
.. i just tested the method i told you and it worked perfectly !!

eyeinfinitude
March 2nd, 2003, 03:47 AM
Cripple Guy, Please don't cross post, there is no need to make more than one thread. It causes confusion and harder for us to help you.

I merged the other one with this one so please remember next time. =)

Jubba
March 2nd, 2003, 11:01 AM
This tutorial shows you everything you need to know about manipulating sound:

http://www.flashkit.com/tutorials/Audio/Flash_MX-Kenny_Be-824/

take a look http://userpages.umbc.edu/~tmccau1/images/smilies/suspicious.gif http://userpages.umbc.edu/~tmccau1/images/smilies/lookdown.gif