So, testing for null is the equivalent to testing for VOID in
Lingo?
"Imageinaction" <webforumsuser@macromedia.com> wrote in
message
news:fs01nu$o0q$1@forums.macromedia.com...
>I think you can try something like this...
> Roberto Scordino
>
>
>
> var sprite:DisplayObject;
> sprite = this.getChildByName("Name");
> if(sprite!=null) {
> // what you want
> }