I am an interested flash student learing bymyself. Recently i tried to creat a panaromic movie an add these AS use mouse up and down to move my movie up or down.
_root.onEnterFrame = function(){
if(_root._ymouse== “up” ){
imgBar._y +=5();
}
if(_root._ymouse== “down” ){
imgBar._y -=5();
}
}
but nothing happened and no wrong AS appeared.
Could anybody help me.
Many thanks inadvance!!!