<div dir="ltr">getTweens will return a string array with the properties are curently tweened for passed object.<div>to get the total number of tweens, you can create yourself a method that returns the length of _tweenList</div>
<div>or you can make this var public and you directly access it, but better the first solution.<br><br><div class="gmail_quote">On Wed, Sep 3, 2008 at 2:15 PM, Makc <span dir="ltr"><<a href="mailto:makc.the.great@gmail.com">makc.the.great@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I think Tweener could ideally have some kind of "priority" parameter<br>
for tweens. Then on enterFrame Tweener could sort tweens according to<br>
priority, and tween them starting from highest priorities, until<br>
pre-determined fraction of frame interval elapsed (probably due to<br>
heavy stuff object setters do). The rest of low-priority tweens would<br>
be simply dropped until next enterFrame, just like media player drops<br>
data frames if CPU cant handle the bitrate...<br>
<div class="Ih2E3d"><br>
On 9/3/08, Flex Rails <<a href="mailto:flexrails@gmail.com">flexrails@gmail.com</a>> wrote:<br>
> 2) I'd like to stop tweening on one part of the scene, while keeping the<br>
> tweens on another part of the scene still running.<br>
> is there any way to group tweens and pause / resume those groups<br>
> independently rather than all or nothing?<br>
><br>
> any ideas?<br>
</div><div><div></div><div class="Wj3C7c">_______________________________________________<br>
Tweener mailing list<br>
<a href="mailto:Tweener@lists.caurinauebi.com">Tweener@lists.caurinauebi.com</a><br>
<a href="http://lists.caurinauebi.com/listinfo.cgi/tweener-caurinauebi.com" target="_blank">http://lists.caurinauebi.com/listinfo.cgi/tweener-caurinauebi.com</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Cristi<br><a href="http://www.ralcr.com">www.ralcr.com</a><br>
</div></div>