<div dir="ltr">Uh infact i ommited it just in my mail. In my original code time is set to 1:<br><br>Tweener.addTween(nomProduit,{scaleX:0.1,rotation :2,y:50, alpha:0,time:1,delay:0.2, transition:"easeOutCubic", onComplete:Next}); <br>
<br> <br> function Next(){<br> <br> removeChild(nomProduit);<br> }<br><br><br> <br><br><div class="gmail_quote">
2008/9/25 Makc <span dir="ltr"><<a href="mailto:makc.the.great@gmail.com">makc.the.great@gmail.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
you have ommited time parameter so it probably tweens instantly.<br>
<div><div></div><div class="Wj3C7c"><br>
On Thu, Sep 25, 2008 at 5:37 PM, charlie Montagut<br>
<<a href="mailto:charlie.montagut@gmail.com">charlie.montagut@gmail.com</a>> wrote:<br>
> Hi everyone,<br>
><br>
> Can I remove a child after tweening this child?:<br>
> The idea is to have a motion when myClip is added to stage ( tweening is<br>
> done in the constructor of this myClip), and the another just before it's<br>
> removed from the stage.<br>
><br>
> For example this code:<br>
><br>
> tweener.addTween(myClip,{alpha:0, transition:"linear",<br>
> onComplete:removeMyClip})<br>
><br>
> function removeMyClip() {<br>
><br>
> removeChild(myClip);<br>
><br>
> }<br>
><br>
> Because i tried to do something similar, and the child is removed during the<br>
> tweening motion. I don't understand where i failed.<br>
><br>
> if anybody knows a method to do this or have an answer...<br>
><br>
> Thanks you all.<br>
><br>
> Charlie<br>
><br>
><br>
><br>
</div></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>
><br>
><br>
_______________________________________________<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>______________________________________<br><br>Charlie Montagut - Etudiant 2eme Année SRC<br><br> tel : 0683332559 - <br> skype: charlie montagut<br> web: <a href="http://www.charlie-montagut.com">www.charlie-montagut.com</a><br>
______________________________________<br>
</div>