< anna's site
< anna's site
Out of context: Reply #6
- Started
- Last post
- 18 Responses
- slappy0
mouseListener = new Object();
mouseListener.onMouseWheel = function(delta) {
_root.mcContainer._y += delta;if (_root.mcContainer._y = 150) {
_root.mcContainer._y = 150;
}
}
Mouse.addListener(mouseListener...should do the trick, although I gave up coffee so that may need work...