botones con cambio de frame


/ Published in: ActionScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. this.on_btn.onRelease=function(){
  2. gotoAndStop("off");
  3.  
  4. }
  5. this.off_btn.onRelease=function(){
  6. gotoAndStop("on");
  7. }

URL: http://tutorials.learnflash.com/videos/FLASHWEBSITE/7.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.