actionscript help....please
actionscript help....please
Out of context: Reply #4
- Started
- Last post
- 4 Responses
- arlo0
Couldnt you use (replace int, its old school):
_root.volume = Math.round(slider._x);
_level0.sound1.setVolume(
_root.volume);Then set the right path to 'slider' in the parenthesis.