Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. movingplat=instance_place(x,y,obj_wtfmovingplat);
  2.  
  3.  
  4. if (instance_exists(movingplat))
  5. {
  6. movingplt_hspeed=movingplat.x-movingplat.xprevious
  7. room_caption="Found it! SPEED = "+string(movingplt_hspeed);
  8. }
  9. else
  10. {
  11. room_caption="Didn't find it!";
  12. movingplt_hspeed=0
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement