road0001 / tweener

Automatically exported from code.google.com/p/tweener
0 stars 0 forks source link

_frame doesnt work in #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It seems, that the "_frame" property doesnt work for the 1.31.70 as2
Version (currently SVN Version). "_frame" works in the 1.26.62 as2 version.

example code
_x is executed, while _frame doesnt start.

Tweener.addTween(_mc_jar, {_frame:10, _x:100, time:2,
transition:"easeinoutquad"});

Original issue reported on code.google.com by kimi.chr...@gmail.com on 21 Feb 2008 at 9:55

GoogleCodeExporter commented 8 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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