function scr_image_copy(arg0, arg1) { arg0.sprite_index = arg1.sprite_index; arg0.image_index = arg1.image_index; arg0.image_blend = arg1.image_blend; arg0.image_speed = arg1.image_speed; arg0.image_alpha = arg1.image_alpha; arg0.depth = arg1.depth; arg0.image_xscale = arg1.image_xscale; arg0.image_yscale = arg1.image_yscale; arg0.image_angle = arg1.image_angle; }