View Single Post
  #2 (permalink)  
Old 05-24-2009, 01:23 PM
Razvan Razvan is offline
Flashtory Staff
 
Join Date: Feb 2009
Posts: 239
Default

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 !

Reply With Quote