TekYin / tweener

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

Array value support for property values #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It would be very nice if you could specify an array as the value for a
property:

circle._alpha = 50;
Tweener.addTween(circle, {_alpha: [0, 100], time: 1});

This would tween circle._alpha from 0 to 100 ignoring the existing value.

Original issue reported on code.google.com by simen.br...@gmail.com on 1 Aug 2007 at 1:17

GoogleCodeExporter commented 8 years ago

Original comment by zisfor...@gmail.com on 1 Aug 2007 at 1:26

GoogleCodeExporter commented 8 years ago
Just wondering if there is a way to make a movieclip blur to 0 and then 
onComplete
have it glow? I;m trying my best to figure this one out without any success.

Original comment by joejster@gmail.com on 22 Aug 2007 at 2:44

GoogleCodeExporter commented 8 years ago
Why not do this in a function you execute at onComplete? Or you can give this 
glow a
delay that makes him be executed after the other? 

Original comment by theFlash...@gmail.com on 23 Sep 2007 at 3:12

GoogleCodeExporter commented 8 years ago
Glows and other filters are added on the test version and will be available on 
the
next update.

Please use the mailing list for discussions and questions, as this is also 
unrelated
to this issue entry (the suggestion for start/end values). :P

Original comment by zisfor...@gmail.com on 23 Sep 2007 at 3:35

GoogleCodeExporter commented 8 years ago
Glow (and all other filters) are not natively tweenable on 1.31.66.

Original comment by zisfor...@gmail.com on 7 Oct 2007 at 3:32