<html xmlns="http://www.w3.org/1999/xhtml"><head><title></title><style type="text/css"> <!-- .style1 {         font-family: Arial, Helvetica, sans-serif;         font-size: 10px; } body,td,th {         color: #000000; } a:link {         color: #990000; } a:visited {         color: #990000; } a:hover {         color: #CC0000; } a:active {         color: #CC0000; } --> </style><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Do you want to accelerate or to skip the transition ?<div><br></div><div>if you watn to skip you just have to stop your tween </div><div>Tweener.removeTweens(obj,"prop"); </div><div><br></div><div>and set your prop to the end value </div><div><br></div><div>and if you want to accelerate your animation perhaps you can use the timeScale :)</div><div><br></div><div>peace</div><div><br></div><div><br><div><div>Le 18 sept. 08 à 12:33, Daniel Rodríguez a écrit :</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr"><span class="Apple-style-span" style="border-collapse: collapse; font-family: verdana; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">Hello guys, <br><br>I have this (Collada) model that fades out (using Tweener) in 13 seconds, but I want my user to be able to use the spacebar to to force the fade-out (i.e., don't wait 13 seconds ). <br> <br>Is there anyway to do this? I've been going over the docs but haven't seen anything or any example of this. <br><br>Thanks.</span><br></div> _______________________________________________<br>Tweener mailing list<br><a href="mailto:Tweener@lists.caurinauebi.com">Tweener@lists.caurinauebi.com</a><br>http://lists.caurinauebi.com/listinfo.cgi/tweener-caurinauebi.com<br></blockquote></div><br><div> <div> <table width="250" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td width="47"><img src="http://www.lapinblanc.org/mail/htmlimg/logo_lb_signature.gif" alt="Logo Lapin Blanc" width="90" height="150"></td> <td width="153" align="left" valign="middle"><span class="style1"><strong>Franck Murcia - Lapin Blanc</strong><br> <a href="http://lapinblanc.org">http://lapinblanc.org</a><br> <a href="mailto:franck@lapinblanc.org">franck@lapinblanc.org</a><br> <a href="skype:lekranf">Skype me if you can</a></span></td> </tr> </tbody></table> </div> </div><br></div></body></html>