Create_0.gml 132 B

123456789
  1. direction = random(360);
  2. speed = 4;
  3. image_speed = 0;
  4. if instance_number(object_index) > 1
  5. {
  6. global.cnt = 1;
  7. instance_destroy();
  8. }