-
Hello all:
I was working on creating a scrolling Volume and Pan using the tut found here http://www.flashkit.com/tutorials/Au...27/index.shtml
Everything is working fine except for one thing.
The loop does not loop. Infact it play like 1 1/2 times not even a full 2 loops.
Here is the code I have for the looping part
mySound = new Sound ();
mySound.attachSound("dreamsLoop");
mySound.start ("" , 999)
I am using MX, can anyone help???
Thx
Rick
-
Maybe cause you forgot the ; ?
mySound.start(" ", 999); <--
There could be something else wrong, just trace your steps through the tutorial.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|