i = 0
repeat (6)
{
draw_sprite_ext(sprite_index, -1, x, (y + (4 * i)), 1, 1, 0, -1, image_alpha)
i += 1
}