Advertisement
Guest User

Untitled

a guest
Jan 16th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ResJs(640,480,"canvas","splash.jpg");
  2.  
  3. addMousePressedEvent();
  4.  
  5. function load(){
  6.  
  7. }
  8.  
  9. function setup(){
  10.  
  11.  
  12. }
  13.  
  14. function draw(){
  15.  
  16.  
  17. }
  18.  
  19. function mousePressed(){
  20.     alert("deneme");
  21.    
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement