Hi Guys,
I'm make a shooting game where you shot targets. I am starting to rotate
the targets using the rotation command.
if w.model("targetStand01").isInWorld() > 0 then
w.model("targetStand01").rotate(0,0,2)
end if
I thought this would take into account the fact that the model has been
removed. Because I'm using the isInWorld() command. But after I hit the
target and remove it I get an error saying that the model doesn't exist.
Thanks in advanced
Colin
[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!]