sound loop question
sound loop question
Out of context: Reply #5
- Started
- Last post
- 5 Responses
- ave0
two options:
control your sound with actionscript, start your volume at 0, inrease the volume on enter frame.
or...
use two sound clips. The first is an intro clip that doesn't loop, check to see if it's finished, then start the second clip - it does loop.
The first one should be pretty easy to do if you just want a fade in.