hello I’m itrying to make a scroll bar but its not working
this is the action script
targY = 0
dragger._x = theMask._width
dragger.onPress = function () {
this
startDrag (this,false,this._x,0,this._x,theMask._height - this._height)
_Error_Reg_1_Read
}
dragger.onRelease = dragger.onReleaseOutside = function () {
stopDrag()
}
theText.setMask(theMask)
theText.onEnterFrame = function () {
this
this._y = this._y - ((this._y - targY) / 6)
}
I’ve attached the fla file
http://home.comcast.net/~nitostyle/scroll.fla
can sometome tell me what I did wrong
thank you