timer++; if (con == 0) { if (timer == 35) { sprite_index = spr_scarecrow_smear; con = 1; timer = 0; } } if (con == 1) { if (timer == 6) { sprite_index = spr_scarecrow_idle; con = 0; timer = 0; var bul = instance_create(x + (20 * image_xscale), y + 60, obj_climb_bullet_shuriken); with (bul) { permanent = false; falseloop = 0; sprite_index = spr_shuriken_small; hspeed = 2 * -other.image_xscale; } } }