To the list:

I've got a problem with a script.

on collisionSprite me
  if me.spriteNum("bee shape").intersects sprite.("spider shape")THEN
    sprite.("spider shape").width * 1.1
    sprite.("spider shape").height * 1.1
    sprite.("bee shape").width * 0
    sprite.("bee shape").height  * 0
end

The error I'm getting is: "Script error: Expected THEN".

Also, I'd prefer to have this part of the script actually REMOVE the "bee 
shape" from the stage, instead of diminish it to zero.  I'm a newbie, and 
would love a suggestion.

    sprite.("bee shape").width * 0
    sprite.("bee shape").height  * 0

-NT


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/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!]

Reply via email to