View Single Post
  #2 (permalink)  
Old 02-17-2009, 10:18 AM
Razvan Razvan is offline
Flashtory Staff
 
Join Date: Feb 2009
Posts: 239
Default

Hello, in oder to do that you must:
1. open pic.as
2. delete or comment:

Code:
imageHolder.onRollOver = Proxy.create(this, currentImgOnRollOver);
		imageHolder.onRollOut = Proxy.create(this, currentImgOnRollOut);
		imageHolder.onPress = Proxy.create(this, currentImgOnPress);
		imageHolder.onRelease = imageHolder.onReleaseOutside = Proxy.create(this, currentImgOnRelease);
3. save the .as file and compile the swf

All the best !
Reply With Quote