;

PDA

Click to See Complete Forum and Search --> : Sound Help


Warcow
06-13-2008, 09:39 AM
I've attached a 3 minute or so MP3 to an animation I'm working on which when finished will be timed to it. The first set of tweens is working beautifully however once finished it stops in explicitly to run the rest of my animations once this set is finished. It is currently set up in a single scene and does not currently contain a stop command. I am bewildered at the moment and will accept any help you may provide.

blanius
06-13-2008, 10:27 PM
I don't completely understand what you described but I do know that timing to an MP3 has some issues. Biggest issue will be when you run in on the web you may find your timing is all gone.

You will have to use some scripting to completely sync everything.
Simplest is to load the MP3 in actionscript and wait till it's totally loaded to start animating.

Warcow
06-15-2008, 01:02 PM
Actually after playing around with it a bit more I got it to work.