Advertisement
Guest User

Untitled

a guest
Jun 8th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. yplus = 3;
  2. xplus = -4;
  3. angleplus = 0;
  4.  
  5. if image_index = 1
  6. {
  7. image_speed = 0;
  8. image_index = 1;
  9. }
  10. yplus = (yplus - 0.5);
  11. y = y - yplus;
  12. x = x + (xplus);
  13. angleplus = angleplus + 4;
  14. image_angle = angleplus;
  15. instance_destroy();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement