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 !