_paper_active = false; _xx = 0; _yy = 0; _xscale = 2; _yscale = 2; _angle = 0; show = function(arg0, arg1, arg2) { snd_play(snd_impact); _xx = arg0; _yy = arg1; _angle = arg2; _paper_active = true; }; grow = function() { scr_lerpvar("_xscale", _xscale, 10, 120); scr_lerpvar("_yscale", _yscale, 10, 120); }; fade_out = function() { scr_lerpvar("image_alpha", image_alpha, 0, 30); }; clean_up = function() { _paper_active = false; instance_destroy(); };