Twease Change Log ----------------- v1.1 (09/10/07) New: -Tweening of full arrays with the array:[x, y, z] prop -Tweening of a specific index value from an array (array[i]) with the index[i, value] prop -Twease core is now less than 200 lines of code, yet faster with more features! -Twease.stacking allows disabling of tween stacking -Twease.register() for extending Twease -Extend class (beta) (only used for getTweens() for now) -registering Easing allows you to use strings for easesing values - ease:'easeOutBounce' -Easing class from the Fuse Kit Penner Easing Class -extra1 and extra2 for extra easing args -extendedprops and extensions twease variables Changes: -misc code formating changes -getTweens() now in the Extend class -tween() internal function is shorter, rearranged a bit, and slightly faster -moved getTimer() call in update out of the loops Removed: -tween() active check for func tweens Fixes: -startpos in tween() to ftv possible bug -getTweens() active if/else -delay for func only tweens v1.01 (07/27/07) Fixes: -delay and cycle issue -garbage collection bug killing engine v1.0 (07/07/07) Initial Release