Guest User

Untitled

a guest
Jan 12th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. while (flags&rightButton==0){
  2. makeRectangle(424, 333, 194, 151);
  3. waitForUser("Adjust your rectangle");
  4. getBoundingRect(x, y, width, height);
  5. wait(1000);
  6. getCursorLoc(x, y, z, flags);
  7. print(x,y,width,height);
  8. }
Add Comment
Please, Sign In to add comment