Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Detecting wether a cast is empty

0 views
Skip to first unread message

Dirk Dulfer

unread,
Nov 1, 1999, 3:00:00 AM11/1/99
to
Is it possible to detect wether a cast/sprite is empty (from the movie)?
If it is ... HOW ???

Regards
Dirk Dulfer
di...@rem-reclame.nl

Fredrik Fantenberg

unread,
Nov 1, 1999, 3:00:00 AM11/1/99
to
To check if a sprite is emty:
if sprite(yourspritenum).member.number=0 then put "Emty"

Dave Mennenoh

unread,
Nov 1, 1999, 3:00:00 AM11/1/99
to
To see if a cast is empty you can check the number of members as in:

n=the number of members of castLib x

if n=0 the lib is empty...


Dave

0 new messages