Disabler
| Kind of class: | class |
|---|---|
| Inherits from: | none |
| Classpath: | org.asapframework.ui.Disabler |
| File last modified: | Thursday, 12 October 2006, 11:09:31 |
Disabler makes stage elements unreceptive for mouse and keyboard events by placing a 'event catching' movieclip on the stage.
Usage:
mDisabler = new Disabler(timeline, 0, 0, Stage.width, Stage.height); // ... mDisabler.disable(false);
Constructor
Disabler
function Disabler (
inMC:MovieClip,
inX:Number,
inY:Number,
inW:Number,
inH:Number)
Instance properties
mc
mc:MovieClip
(read,write)
Instance methods
disable
function disable (
inDoDisable:Boolean) : Void