if (con == 2) { timer++; image_yscale = scr_approach(image_yscale, yscale, 0.5); if ((timer % 4) == 0) snd_play(snd_wing, 0.6, 0.6); if (image_yscale == yscale) { event_user(1); con = 1; } }