Ok, the next program I want to create is for lipsync but I need some AS help. Here's what I would like to do...

I would like to have a movie clip with multiple frames and be able to control it with AS, something like...

play frame 3

pause 3 seconds

play frame 5

pause 1 second

play frame 1

pause 7 seconds

As you see, I would like to jump from frame to frame at different times. Each frame having a mouth shape.

Frame 1.) "A,I"
Frame 2.) "E"
Frame 3.) "F, V"
Frame 4.) "L"
Frame 5.) "O"
Frame 6.) "U"

Frame 7.) "CL" (closed mouth)

Frame 8.) "C1" (custom 1)
Frame 9.) "C2" (custom 2)
Frame 10.) "C3" (custom 3)
Frame 11.) "C4" (custom 4)
Frame 12.) "C5" (custom 5)

The user will have to create his own mouth shapes in the 12 frames.

So when I create the program, you'll be able to sync a wav file to an animation then export the AS, so it can be used in KM. Would be great if the AS could be one script.

How does this sound? Any help would be great.