SadiQURT

Results 2 issues of SadiQURT

Added the ability to tween an actor based on Actuate's bezier path.

I'm trying to access my target from a tween's onUpdate function but I'm only getting the initial value: `var p:Point = new Point(0,0); ` ` Actuate.tween(p,1,{x:10}).onUpdate(Log.trace,[p.x]);//this fails` Is there a...