/ Published in: ActionScript
Expand |
Embed | Plain Text
import com.mosesSupposes.fuse.*; ZigoEngine.simpleSetup(Shortcuts, PennerEasing, FuseFMP); button.onRollOver = function(){ this.brightnessTo(-12,.3,"easeOutQuad"); } button.onRollOut = function(){ this.brightnessTo(0,.3,"easeOutQuad"); }
Comments
Subscribe to comments
You need to login to post a comment.

button brightness tween function