At 11/12/08 03:12 PM, doctorjmcgee wrote:
I need help with Flash(cs3 to be presice) and I need this help with a couple things:
1.) Insert sound clips
ctrl+r, select the sound. click on the frame choose the sound (bottom)
2.) Insert voice overs
what do you mean?
3.) Insert other animations within the flash movie. For example: A video playing on a TV.
import via actionscript or import the mpg. you can also put the movie into a movieclip but you don't have it in the same file, right?
4.) Insert a faster moving animation while the movie is being played at a slower rate. For example: A guys mouth while talking real fast.
i don't get it. just animate the mouth slower, is it that?
5.) Inserting a Play button at the start of the film.
make a button, paste this code:
on (release){
play();
}
paste this code to the first frame on the maintimeline:
stop();
Please someone respond ASAP
done.