Search tutorials
Pan Sound R - L
To pan the sound from right to left:
on (release) {
tellTarget ("/") {
pan = music1.getPan();
}
music1.setPan(music1.getPan()-5);
if (music1.getPan()<=-100) {
;
music1.setPan(-100);
}
}
When the mouse is released
music1.setPan(music1.getPan()+5);
will pan the sound from right to left.
Okay, thats about it. Catch you guys later ;)
| » 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!