Open iamdustan opened 11 years ago
The _isOffstage flag says false whether the DisplayObject is on the screen or not, so it would be wonderful to have a method or property to query whether a DO is visible or not.
_isOffstage
false
Something like:
myDisplayObject.is('visible') myDisplayObject.isOnStage()
The
_isOffstage
flag saysfalse
whether the DisplayObject is on the screen or not, so it would be wonderful to have a method or property to query whether a DO is visible or not.Something like: