Jul
03
2009
[AS3] Be careful with Shape tweens above buttons
Posted by SikoTiko in Problems, tags: actionscript 3, button, shape tweenIf you use a standart timeline animation with a shape tween above a button and you want to call a function that sets the events for the button from a frame – put the call to the function after the shape tween is over. If the shape tween is over the button, the shape receives the Mouse events and the button won’t work.


Entries (RSS)