Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Information about object: actss_obj
- Sprite: actss_spr
- Solid: false
- Visible: true
- Depth: -20
- Persistent: false
- Parent:
- Children:
- Mask:
- No Physics Object
- Create Event:
- execute code:
- image_speed = 0
- can_act = 0
- Step Event:
- for other object: execute code:
- if position_meeting(x,y,mover_object_thing)
- {
- image_index = 1
- can_act = 1
- }
- else {image_index = 0 can_act = 0}
- if can_act = 1
- if (keyboard_check(ord('Z')))
- {
- global.mover = 1
- can_act = 0
- stop_and_sound(confirm_snd)
- instance_create(48,272,moveract_obj)
- with asrielflavortext_obj {instance_destroy()}
- instance_create(48,272,act_options)
- mover_object_thing.x = 0
- mover_object_thing.y = 0
- }
Advertisement
Add Comment
Please, Sign In to add comment