sSpaceJumpTrail 0 -1 5 0 <undefined> <undefined> 1 603 7 0 0 -1 2 self 0 0 1 image_alpha = 0.5; if (global.screwattack == 0) image_alpha = 0.4; alarm[0] = 1; fadeout = 0; 1 603 7 0 0 -1 2 self 0 0 1 fadeout = 1; 1 603 7 0 0 -1 2 self 0 0 1 if (fadeout) { if (image_alpha > 0) { image_alpha -= 0.03; } else instance_destroy(); } 1 603 7 0 0 -1 2 self 0 0 1 if (oControl.mod_fusion == 1) { switch (global.currentsuit) { case 0: draw_sprite_ext(sSpaceJumpTrail_fusion, 0, x, y, image_xscale, 1, image_angle + (image_xscale == -1) * 180, c_white, image_alpha); break; case 1: draw_sprite_ext(sSpaceJumpTrailVaria_fusion, 0, x, y, image_xscale, 1, image_angle + (image_xscale == -1) * 180, c_white, image_alpha); break; case 2: draw_sprite_ext(sSpaceJumpTrailGravity_fusion, 0, x, y, image_xscale, 1, image_angle + (image_xscale == -1) * 180, c_white, image_alpha); break; } } else { switch (global.currentsuit) { case 0: draw_sprite_ext(sSpaceJumpTrail, 0, x, y, image_xscale, 1, image_angle + (image_xscale == -1) * 180, c_white, image_alpha); break; case 1: draw_sprite_ext(sSpaceJumpTrailVaria, 0, x, y, image_xscale, 1, image_angle + (image_xscale == -1) * 180, c_white, image_alpha); break; case 2: draw_sprite_ext(sSpaceJumpTrailGravity, 0, x, y, image_xscale, 1, image_angle + (image_xscale == -1) * 180, c_white, image_alpha); break; } } 0 0 0 0.5 0.100000001490116 0 0.100000001490116 0.100000001490116 0.200000002980232 -1 -1