> I think you will find that this is because the reference to the model
>itself doesn't exist ie you can't use a deleted object to check if that same
>deleted object exists or not what you can say is
>
>i think this could work
>
>if w.model("targetStand01") = not(void) then
>w.model("targetStand01").rotate(0,0,2)
>end if
Your void idea will probably take care of the problem he has, but it
would end up rotating models that are currently removed from the
world. There must be another problem that he's having for the model
to seem to not exist, when it existed moments ago when the
removefromworld worked ok.
--
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi To post messages to the list, email
[EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for
learning and helping with programming Lingo. Thanks!]