/ Published in: ActionScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
this.on_btn.onRelease=function(){ gotoAndStop("off"); } this.off_btn.onRelease=function(){ gotoAndStop("on"); }
URL: http://tutorials.learnflash.com/videos/FLASHWEBSITE/7.html