[Papervision3D] Tween object question

Huge Ontoman darbam at hotmail.com
Tue Jun 1 07:46:57 PDT 2010


Sorry for that (damn You hotm at il keyboard shortcuts...)
I ment that try to put a trace inside the function You call, to see if it gets called (typical first-step troubleshooting), like:
private function onFinishTween():void{

	trace("Second tween called");

	TweenLite.to(_daeA, 3, {z:180});
}

...and check the output of Your debugger.
If You don´t see that line, it must be the way You define the tween to call the function >> check tween manual how to do that...
If You do see that line, that should (could?) mean that the second tween isn´t set up right >> check tween manual.

cheers,
huge.
 		 	   		  
_________________________________________________________________
NEW! Get Windows Live FREE.
http://www.get.live.com/wl/all
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://osflash.org/pipermail/papervision3d_osflash.org/attachments/20100601/87485d84/attachment.html>


More information about the Papervision3D mailing list