flash scrolling text quesiton
flash scrolling text quesiton
Out of context: Reply #8
- Started
- Last post
- 13 Responses
- Visia0
whoops, but in my own code. Forgot to subtract the height of the scrollbar from the height of the mask to get the proper mag. should be like so:
reverseY = this._y * -1;
mag = (_parent.kontent._height - (_parent.kontentMask._height - this._height))/_parent._kontentM...
_parent.kontent._y = Math.floor(reverseY * mag);