for (i = 0; i < 20; i += 1)
draw_sprite(sprite_index, image_index, x, y + (10 * i));
image_speed = 0.5;