Guest User

Untitled

a guest
Jan 20th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. veado.onmousedown = function () {
  2. placa3.style.visibility = "hidden";
  3. move_veado()
  4. };
  5.  
  6. function move_veado() {
  7. $(function () {
  8. $("#veado").draggable({snap:"#sombra_veado"});
  9.  
  10.  
  11. });
  12. }
  13.  
  14. var pontosjogo3=0;
Add Comment
Please, Sign In to add comment