PackageGui
Classpublic class GuiWindow
InheritanceGuiWindow Inheritance flash.display.Sprite
SubclassesAdvancedSandboxWindow, ChooseChallengeWindow, ColourChangeWindow, ConditionsWindow, DialogWindow, ExportWindow, GoldLoginWindow, ImportWindow, LinkWindow, LoadWindow, LoginWindow, MainEditPanel, NewUserWindow, PartEditWindow, PostReplayWindow, RateWindow, ReportWindow, RestrictionsWindow, SaveLoadWindow, ScoreWindow, SearchWindow, TermsWindow, TutorialSelectWindow, TutorialWindow



Public Properties
 PropertyDefined by
  fader : Sprite
GuiWindow
Public Methods
 MethodDefined by
  
GuiWindow(xPos:int, yPos:int, width:int, height:int, addLine:Boolean = true)
GuiWindow
  
HideFader():void
GuiWindow
  
MouseOver(mouseX:int, mouseY:int):Boolean
GuiWindow
  
ShowFader():void
GuiWindow
Property detail
faderproperty
public var fader:Sprite
Constructor detail
GuiWindow()constructor
public function GuiWindow(xPos:int, yPos:int, width:int, height:int, addLine:Boolean = true)Parameters
xPos:int
 
yPos:int
 
width:int
 
height:int
 
addLine:Boolean (default = true)
Method detail
HideFader()method
public function HideFader():void
MouseOver()method 
public function MouseOver(mouseX:int, mouseY:int):BooleanParameters
mouseX:int
 
mouseY:int

Returns
Boolean
ShowFader()method 
public function ShowFader():void