Guest User

Untitled

a guest
Sep 15th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //create
  2. string = "";
  3. selected = 0;
  4.  
  5. //global mouse left pressed
  6. selected = position_meeting(mouse_x, mouse_y, self);
  7. if (selected) {
  8.     keyboard_string = string;
  9. }
  10.  
  11. //step
  12. if (selected) {
  13.     string = keyboard_string;
  14. }
Add Comment
Please, Sign In to add comment