Packagesekati.display
Classpublic class LiquidSprite
InheritanceLiquidSprite Inheritance CoreSprite Inheritance flash.display.Sprite
SubclassesAbstractLiquidView, AbstractMediaPlayer

LiquidSprite provides a visual building block which is ready to respond to StageEvent's such as RESIZE, RESIZE_COMPLETE, & FULLSCREEN.

Use LiquidClip for frame-based assets; else LiquidSprite is most appropriate.



Public Properties
 PropertyDefined by
  enabled : Boolean
[write-only] Enabled property defines whether liquid eventing is available or not.
LiquidSprite
 InheritedinteractiveMode : Boolean
Specifies the mouse cursors modal state in the object as an interactive target via: buttonMode, mouseChildren & tabChildren.
CoreSprite
 Inheritedscale : Number
The scale value.
CoreSprite
Public Methods
 MethodDefined by
  
LiquidSprite Constructor
LiquidSprite
 Inherited
addChildren(... args):void
Add multiple child DisplayObject's.
CoreSprite
  
destroy():void
Clean up after thy self.
LiquidSprite
 Inherited
toString():String
Return reflective output.
CoreSprite
Protected Methods
 MethodDefined by
  
configListeners(isAdd:Boolean = false):void
Event listener management.
LiquidSprite
  
fullscreen(e:StageEvent = null):void
Stub: fires when StageDisplay dispatches a FULLSCREEN event.
LiquidSprite
 Inherited
invalidate():void
Request a redraw, use for deferred rendering.
CoreSprite
  
offStage(e:Event = null):void
Stub: Sprite has been removed from stage.
LiquidSprite
  
onStage(e:Event = null):void
Stub: Sprite has been added to stage.
LiquidSprite
  
resize(e:StageEvent = null):void
Stub: fires when StageDisplay dispatches a RESIZE event.
LiquidSprite
  
resizeComplete(e:StageEvent = null):void
Stub: fires when StageDisplay dispatches a RESIZE_COMPLETE event.
LiquidSprite
Property detail
enabledproperty
enabled:Boolean  [write-only]

Enabled property defines whether liquid eventing is available or not.

Implementation
    public function set enabled(value:Boolean):void
Constructor detail
LiquidSprite()constructor
public function LiquidSprite()

LiquidSprite Constructor

Method detail
configListeners()method
protected function configListeners(isAdd:Boolean = false):void

Event listener management.

Parameters
isAdd:Boolean (default = false) — if true add the listeners, if false remove them.
destroy()method 
public override function destroy():void

Clean up after thy self.

fullscreen()method 
protected function fullscreen(e:StageEvent = null):void

Stub: fires when StageDisplay dispatches a FULLSCREEN event.

Parameters
e:StageEvent (default = null)
offStage()method 
protected override function offStage(e:Event = null):void

Stub: Sprite has been removed from stage.

Parameters
e:Event (default = null)
onStage()method 
protected override function onStage(e:Event = null):void

Stub: Sprite has been added to stage.

Parameters
e:Event (default = null)
resize()method 
protected function resize(e:StageEvent = null):void

Stub: fires when StageDisplay dispatches a RESIZE event.

Parameters
e:StageEvent (default = null)
resizeComplete()method 
protected function resizeComplete(e:StageEvent = null):void

Stub: fires when StageDisplay dispatches a RESIZE_COMPLETE event.

Parameters
e:StageEvent (default = null)