image_angle += 2 if switchs == 0 { image_alpha += .025 if image_alpha = .6 switchs = 1 } if switchs = 1 { image_alpha -= .025 if image_alpha = 0 switchs = 0; } draw_self(); if y > 768 instance_destroy();