~:grep -r "(the stage).rect"
./hh_ig/Cast External ParentScript 15 - IGComponentUI Subcomponent Class.ls: tsprite.rect = rect(0, 0, (the stage).rect.width, (the stage).rect.height)
./hh_ig/Cast External ParentScript 14 - IGComponentUI Base Class.ls: tsprite.rect = rect(0, 0, (the stage).rect.width, (the stage).rect.height)
./hh_furni_classes/Cast External ParentScript 60 - Package Card Class.ls: if tloc[1] > ((the stage).rect.width - 260) then
./hh_furni_classes/Cast External ParentScript 60 - Package Card Class.ls: tloc[1] = (the stage).rect.width - 260
./hh_furni_classes/Cast External ParentScript 77 - Ecotron Box Card Class.ls: if tloc[1] > ((the stage).rect.width - 260) then
./hh_furni_classes/Cast External ParentScript 77 - Ecotron Box Card Class.ls: tloc[1] = (the stage).rect.width - 260
./hh_room/Cast External ParentScript 3 - Room Interface Class.ls: pCoverSpr.width = (the stage).rect.width
./hh_room/Cast External ParentScript 3 - Room Interface Class.ls: pCoverSpr.height = (the stage).rect.height
./hh_room/Cast External ParentScript 3 - Room Interface Class.ls: if (the stage).rect.width > 800 then
./hh_room/Cast External ParentScript 3 - Room Interface Class.ls: pWideScreenOffset = (the stage).rect.width - 720 - pWideScreenOffset
./hh_room/Cast External ParentScript 6 - Spectator System Class.ls: if (the stage).rect.width <= 720 then
./hh_room_private/Cast External ParentScript 37 - Wall Mask Manager.ls: tWidth = (the stage).rect.width
./hh_room_private/Cast External ParentScript 37 - Wall Mask Manager.ls: tHeight = (the stage).rect.height
./hh_room_private/Cast External ParentScript 38 - Landscape Cloud.ls: if pLoc[1] > (the stage).rect.width then
./hh_room_private/Cast External ParentScript 67 - DEPR_Landscape Cloud.ls: if pLoc[1] > (the stage).rect.width then
./hh_room_private/Cast External ParentScript 67 - DEPR_Landscape Cloud.ls: pLoc = point(0.0, random((the stage).rect.height))
./hh_room_ui/Cast External ParentScript 35 - Invitation Class.ls: tOffset = tLocX + tOwnWidth - (the stage).rect.width
./hh_room_ui/Cast External ParentScript 27 - Navigator Popup Class.ls: tOffset = tWindow.getProperty(#width) + tLocX - (the stage).rect.width - tMargin
./hh_room_ui/Cast External ParentScript 6 - Room Object Window Creator Class.ls: tStageWidth = (the stage).rect.width
./hh_room_ui/Cast External ParentScript 36 - Instant Friend Request Class.ls: tOffset = tLocX + tOwnWidth - (the stage).rect.width
./hh_instant_messenger/Cast External ParentScript 3 - Instant Messenger Interface Class.ls: tLocH = (the stage).rect.width - getIntVariable("im.window.margin.right")
./hh_kiosk_room/Cast External ParentScript 3 - RoomKiosk Interface Class.ls: tWndObj.moveTo(((the stage).rect.width - tWndObj.getProperty(#width)) / 2, (the stage).rect.height - tWndObj.getProperty(#height))
./hh_room_utils/Cast External ParentScript 12 - Ad Manager.ls: if (tNewLoc.locH + (pToolTipSpr.width / 2)) > ((the stage).rect.width - 10) then
./hh_room_utils/Cast External ParentScript 12 - Ad Manager.ls: tNewLoc.locH = (the stage).rect.width - 10 - (pToolTipSpr.width / 2)
./hh_room_utils/Cast External ParentScript 13 - Interstitial Manager.ls: if (tNewLoc.locH + (pToolTipSpr.width / 2)) > ((the stage).rect.width - 10) then
./hh_room_utils/Cast External ParentScript 13 - Interstitial Manager.ls: tNewLoc.locH = (the stage).rect.width - 10 - (pToolTipSpr.width / 2)
./fuse_client/Cast External ParentScript 55 - Window Instance Class.ls: pBoundary = rect(0, 0, (the stage).rect.width, (the stage).rect.height) + [-20, -20, 20, 20]
./fuse_client/Cast External ParentScript 54 - Visualizer Instance Class.ls: pBoundary = rect(0, 0, (the stage).rect.width, (the stage).rect.height) + [-1000, -1000, 1000, 1000]
./fuse_client/Cast External ParentScript 38 - Visualizer Manager Class.ls: pBoundary = rect(0, 0, (the stage).rect.width, (the stage).rect.height) + getVariableValue("visualizer.boundary.limit")
./fuse_client/Cast External ParentScript 74 - Core Thread Class.ls: pLogoSpr.loc = point((the stage).rect.width / 2, ((the stage).rect.height / 2) - tmember.height)
./fuse_client/Cast External ParentScript 39 - Window Manager Class.ls: me.pBoundary = rect(0, 0, (the stage).rect.width, (the stage).rect.height) + getVariableValue("window.boundary.limit")
./fuse_client/Cast External ParentScript 39 - Window Manager Class.ls: tModal.resizeTo((the stage).rect.width, (the stage).rect.height)