Guest User

Untitled

a guest
Oct 20th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. stop();
  2. cartao.buttonMode=true;
  3. function clicou(){
  4. play();
  5. }
  6. cartao.addEventListener(MouseEvent.CLICK,clicou);
Add Comment
Please, Sign In to add comment