Pages: [1]
  Print  
Author Topic: Interrupting the Transitions  (Read 327 times)
headkit
Gaia Novice
*
Posts: 9


« on: September 02, 2010, 07:38:45 AM »

Hi!

New as I am I am shure this question is one of my most stupid ones:

I want to interrupt the transitionIn when I send a goto while its transitioning.
I allways get the ">>> INTERRUPT CROSS <<<" and the transitionIN is playing to its end before starting the new transitionIn.

Normally you could kill a TweenMax by skript. How do you do this here in Gaia-Land?

Thnx!
Logged
viaria
Gaia Fan
***
Posts: 112


viaria
WWW
« Reply #1 on: April 03, 2012, 04:32:48 AM »

__ late answer but maybe some other people need this.

Gaia does not change TweenMax defaults. I had the same thing. The way you can do this is writting nessessary line to begining of your code like;

Code:
OverwriteManager.init(OverwriteManager.AUTO);
or for just one tween.
TweenMax.to(mc, 1, {x:100, overwrite:5});

for mor info:
http://www.greensock.com/overwritemanager/
Logged
Pages: [1]
  Print  
 
Jump to:  

TinyPortal v1.0 beta 4 © Bloc