mei 09
Door: Mickel van Kouwen

Mosessupposes update(tje):
3D Code:
var tween:Tween3D = new Tween3D(target, [Go3D.x(0), Go3D.y(50), Go3D.rotationZ(0)], 1, Equations.easeOutCubic, .5);
tween.start();
Handige links:
- John Grden (3D Go extensie)
http://rockonflash.wordpress.com/2008/05/07/update-on-go3d-api-much-more-simple/
- GoASAP engine (basis engine) http://code.google.com/p/goasap
- GoASAP playground http://code.google.com/p/goplayground
- Go blog




