PDA

View Full Version : Music loop overlaps


dahl
12-23-2001, 10:21 PM
In my main movie I have a "load movie" action, that loads a swf. with a sound loop. The problem is that the loop overlaps, when it has played one time. I think it might have something to do with the length of the music loop, since it has more frames than the main movie. Does it has to be shorter than the main movie to work ?

I basically want a music loop to run without any gaps or interruptions in a higher level, but it's giving me more trouble than I like.

btw. I'm new here. Hi everybody :)

nic
12-24-2001, 12:14 AM
Make your sound occur only once, but loop it 999 times or so. Window/Panels/Sound...

dahl
12-24-2001, 01:55 AM
I have tried it with and without looping it. It still overlaps. :(

Billy T
12-24-2001, 03:04 AM
make your sound movie clip 2 frames long

in the first frame have your sound set to event and loop 999 times

in the second frame have a stop action and a blank keyframe in the sound layer

make sure your main timeline doesnt loop back to the loadmovie action....

dahl
12-24-2001, 04:41 AM
Originally posted by Billy T
make sure your main timeline doesnt loop back to the loadmovie action....

aahhhh... :) Billy T. You are the man of the day. Why is it always the small thnigs that get me ? My main time line now loops without entering the frame with the loadmovie action and it seems to work great.
Thank you guys. :)