Guest User

Untitled

a guest
Feb 18th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. stop();
  2. meuMC.empresa.addEventListener(MouseEvent.CLICK, mostraempresa);
  3. function mostraempresa(event:MouseEvent):void {
  4. tubos.gotoAndPlay(1);
  5. gotoAndPlay(21);
  6. }
  7.  
  8. meuMC.produto.addEventListener(MouseEvent.CLICK, mostraproduto);
  9. function mostraproduto(event:MouseEvent):void {
  10. tubos.gotoAndPlay(7);
  11. gotoAndPlay(60);
  12. }
  13. meuMC.visaobts.addEventListener(MouseEvent.CLICK, mostravisao);
  14. function mostravisao(event:MouseEvent):void {
  15. tubos.gotoAndPlay(7);
  16. gotoAndPlay(60);
  17. }
Add Comment
Please, Sign In to add comment