MrEpicIsHere777

Untitled

Apr 8th, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. Information about object: actss_obj
  2. Sprite: actss_spr
  3. Solid: false
  4. Visible: true
  5. Depth: -20
  6. Persistent: false
  7. Parent:
  8. Children:
  9. Mask:
  10.  
  11. No Physics Object
  12. Create Event:
  13.  
  14. execute code:
  15.  
  16. image_speed = 0
  17. can_act = 0
  18.  
  19. Step Event:
  20.  
  21. for other object: execute code:
  22.  
  23. if position_meeting(x,y,mover_object_thing)
  24. {
  25. image_index = 1
  26. can_act = 1
  27. }
  28. else {image_index = 0 can_act = 0}
  29.  
  30. if can_act = 1
  31. if (keyboard_check(ord('Z')))
  32. {
  33. global.mover = 1
  34. can_act = 0
  35. stop_and_sound(confirm_snd)
  36. instance_create(48,272,moveract_obj)
  37. with asrielflavortext_obj {instance_destroy()}
  38. instance_create(48,272,act_options)
  39. mover_object_thing.x = 0
  40. mover_object_thing.y = 0
  41. }
Advertisement
Add Comment
Please, Sign In to add comment