Alpine Dev Team
Unnofficial Android port for Nokia.
Showing posts with label
Snippet
.
Show all posts
Showing posts with label
Snippet
.
Show all posts
Monday, March 21, 2011
Kinetic Scrolling!
Discovered a new method for kinetic scrolling!
stopY = theMc._y;
theMc.onEnterFrame = function(){
this._y += (stopY-this._y)/10;
}
function onMouseUp(){
stopY = _ymouse;
}
Older Posts
Home
Subscribe to:
Posts (Atom)