|
|||
|
Hello, to do this go to image.as and find inside th onRollOver function this:
tooltip.show({ animationTime:0.3, animationType:"linear" }); comment it or delete it... next, find the onRollOut function and find this: tooltip.hide({ animationTime:0.3, animationType:"linear" }); delete it or comment it... save the .as file and compilet he .fla and that's it !
|