Answered
i need some helpt
hey i worte a simple scrolling script , but it guves me an
error : 1120: Access of undefined property _root.
here's the script:
_root.onEnterFrame = function() {
if(_root._xmouse<50){
imgBar.prevFrame();
imgBar.prevFrame();
}
if(_root._xmouse>780){
imgBar.nextFrame();
imgBar.nextFrame();
}
}
what am i doing worng ?
here's the script:
_root.onEnterFrame = function() {
if(_root._xmouse<50){
imgBar.prevFrame();
imgBar.prevFrame();
}
if(_root._xmouse>780){
imgBar.nextFrame();
imgBar.nextFrame();
}
}
what am i doing worng ?