siner += 1; if (spec < 2) { draw_sprite_ext(sprite_index, 1, x, y, image_xscale, image_yscale, image_angle, image_blend, image_alpha); draw_sprite_ext(sprite_index, 2, x + (sin(siner / 12) * 2), y + (cos(siner / 20) * 2), image_xscale, image_yscale, image_angle, image_blend, image_alpha); draw_sprite_ext(sprite_index, 3, x + (sin(siner / 14) * 1), y + (cos(siner / 24) * 1), image_xscale, image_yscale, image_angle, image_blend, image_alpha); } else { draw_sprite_ext(sprite_index, siner / 6, x, y, image_xscale, image_yscale, image_angle, image_blend, image_alpha); }