if (x >= (room_width + 100) || x <= -100 || y >= (room_height + 100) || y <= -100)
instance_destroy();
image_angle += 36;