TekYin / tweener

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

Jump on rollover... #30

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When you scale a clip on RollOver, and bring it back to it's original size
on RollOut,  as soon as you get close to an edge of the clip, it start to
"jump" like crazy... I wonder if there is a way to avoid that...? I saw in
forums that other people are having the same problem...

Thanks for your help.

Original issue reported on code.google.com by revi...@gmail.com on 10 Feb 2008 at 3:51

Attachments:

GoogleCodeExporter commented 8 years ago
Not for Tweener. This is a common problem with hit areas that change scale or
position, and happens regardless of tweening mechanism used. You basically 
cannot
subtract from the hit area when you have the rollover animation, or else you'll 
get
this behavior.

You will need to compensate somehow - either by having the hit area as a 
separate,
fixed area, or increasing it to cover the subtracted area during the rollover 
animation.

Original comment by zisfor...@gmail.com on 10 Feb 2008 at 4:03