function scroll_warp() { var py = ((sprite_get_height(spr_source)*global.icon_scale - sprite_get_height(spr_slot)*global.icon_scale*5)/2); __view_set( e__VW.YView, 0, global.box_header[global.current_box].y + py ); }