Closed GoogleCodeExporter closed 9 years ago
Does it output some message? Did you do DisplayShortcuts.init() ?
Original comment by zisfor...@gmail.com
on 21 Feb 2008 at 1:41
After calling DisplayShortcuts.init(); the "_frame" works fine.
DisplayShortcuts.init();
Tweener.addTween(_mc_jar, {_frame:10, _x:100, time:2,
transition:"easeinoutquad"});
Thanks alot!
Original comment by kimi.chr...@gmail.com
on 22 Feb 2008 at 8:56
Using AS3 My _frame property is now not functioning(It was but then suddenly it
seems
to have broken), error output:
## [Tweener] Error: The property '_frame' doesn't seem to be a normal object
property
of [object changecontent_13] or a registered special property.
Original comment by KyleWald...@gmail.com
on 6 May 2008 at 5:00
You need to do DisplayShortcuts.init() like mentioned above.
More information
http://hosted.zeh.com.br/tweener/docs/en-us/properties/DisplayShortcuts.html
Original comment by zisfor...@gmail.com
on 6 May 2008 at 8:10
I think this face should be mentioned a little more explicitly in the
documentation
(the fact that this must be included when using AS3)...
Original comment by besubl...@gmail.com
on 18 Feb 2009 at 4:48
Original issue reported on code.google.com by
kimi.chr...@gmail.com
on 21 Feb 2008 at 9:55