Search tutorials
Set Volume
In the main timeline add this script:
music1=new Sound(music);
music1.setVolume(50);
music1=new Sound(music);
music1 is the name for the sound which is added in the movie music with the instance name music.
music1.setvolume(50);
The volume for the sound track is set to 50 (you can set anything between 0 to 100 where 0 is
low and 100 is maximum volume).
| » Level Advanced |
|
Added: 2000-12-06 Rating: 5.98 Votes: 301 |
| » Author |
| No information about the author has been provided. |
| » Download |
| Download the files used in this tutorial. |
| Download (32 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!