|
-
AS2 sound frame and loop - trouble with next and back frame
hello.
in flash is not already created 4 years. I have problem.
For project are 4 frame:
1. main menu
2. Control / instructions
3. home game
4. board end game.
Problem:
In 1 frame attach sound with code AS2:
mySound=new Sound();
mySound.attachSound("sonar");
mySound.start();
stop(); // because menu with buttoms in first frame
In 3 frame stop sound:
mySound.stop("sonar");
to this point is ok. I go with 1 frame to 2 frame - ok, sound play - ok. But go 2 frame to 1 frame - sound play double in 1 frame.
Why? (after the passage of the second frame to the first sound should play again and not be double)
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
|