Animated movement
(hint: click somewhere) now works with scroll too.
X Coord:
Y Coord:
Code is usable as
moveXY (obj, endX, endY);
where
obj
is an id or an object to be moved, and
endX
and
endY
are the final coordinates.
It only works for one object at a time at the moment, but i'll fix that in a few days.