Import the loop you wish to use into the library. Locate the file in your library, right-click on it, and choose 'Linkage...' In the identifier field, give the loop a name. Replace "your_loop" with the identifier name in the ActionScript above.
song.attachSound("your_loop");
Next, create 2 new layers named "Sound On", and "Sound Off". Create a new symbol of the words ON and OFF, and place them in their respective places in the movie.
Create another layer named "Sound Buttons", and create 2 black rectangles the same size as the ON and OFF symbols you just made, and place them directly over the words. Convert these to buttons named 'playButton' and 'stopButton'. This will be your button's hit area. Give both buttons a 0% Alpha fade so that the words ON and OFF are visible.
Test your scene. You should hear the loop begin as soon as the scene loads. The ON button should only respond if the loop is not playing, and the OFF button should end the loop.
| » Level Advanced |
|
Added: 2004-10-02 Rating: 4 Votes: 4 |
| » Author |
| Steve "Xixao" Melcher Xixao3D Productions http://www.xixao3d.com steve@xixao3d.com |
| » Download |
| Download the files used in this tutorial. |
| Download (0 kb) |
| » Forums |
| More help? Search our boards for quick answers! |
-
You must have javascript enabled in order to post comments.


Comments
There are no comments yet. Be the first to comment!