Flash SmoothScrolling
Flash SmoothScrolling
Out of context: Reply #3
- Started
- Last post
- 4 Responses
- Point50
Use this onEnterFrame and just set newY to wherever you want the clip:
clip._y += ( newY - clip._y ) / 8;
You can change the divided by number for more (higher) or less(lower) easing
caseyc
(Dec 1 06, 12:38)