From: dzedward on 31 Jul 2007 15:30 Its possible that when publishing to AS3, it's not targeting the class files correctly. Go to preferences, click Actionscript, then Actionscript Settings, click the "+" symbol, then locate your class folder and accept.
From: steeve on 31 Jul 2007 15:38 Cool -- thanks for your help! I want to play with the parameters a bit. Right now, it (the text) doubles in in size in increments. Ideally, the text would grow slightly, say 25% over a 5-second period and then quickly zoom off. I did some tests with the code you gave me and it only adjusts the growth rate and increment rate. Is there other parameters i can play with? Thanks Steven
From: steeve on 31 Jul 2007 15:44 will do thanks
From: dzedward on 31 Jul 2007 15:45 http://livedocs.adobe.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?con text=LiveDocs_Parts&file=00001502.html is 'Using the Tween Class' http://livedocs.adobe.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?con text=LiveDocs_Parts&file=00004142.html is Tween class methods/properties/events
From: dzedward on 31 Jul 2007 15:42
you can use tw.onMotionFinished to fire off a new tween when the tween with variable name tw is finished.. google Flash 8 Tween class and read up on all methods/properties/events. |