Published in: ActionScript
stop (); this.onEnterFrame = function(){ if(rewind == true){ prevFrame(); } } this.onRollOver = function(){ rewind = false; play(); } this.onRollOut = function(){ rewind = true; } this.onRelease = function(){ getURL("http://www.flashvault.net"); }
Comments
Subscribe to comments
You need to login to post a comment.

Example Url: http://www.kirupa.com/developer/mx2004/button_effect.htm
Example Url: http://www.kirupa.com/developer/mx2004/button_effect.htm