I dont know what you mean "and then frames 2-14 to loop while the 1st one is still playing".
Do you mean you want the sound on frame one to continue to play when you go to through the next few frames?
But you can add the sound to frame one (click on the frame and choose the sound from the properties window.) and add an action to frame 15 (stop).
The play button should have action script that says:
1. stop
2. on mouse up
3.goto and play frame 1
Basicly you should use action scripting to achieve this.
Maybe you could explain what you are trying to do more specificly. I'm having trouble understanding exactly what you are trying to do.
|