Step_0.gml 104 B

1234567
  1. image_index += animation_spd;
  2. if animation_end()
  3. {
  4. unlock_player();
  5. autosave();
  6. instance_destroy();
  7. }