----- Original Message ----- From: "Daniel Robertson" <[EMAIL PROTECTED]> > > Has anyone ever seen this error message: > > Handler not found in object: > #getPropRef
Yes, it happens when you use [] incorrectly. > newColor = rgb(a,b,c) > sprite(spriteNum).member.char[me.pLastSelection[1]+1..me.pLastSelection[2]]. color > = newColor IIRC, that particular error occurs if (me.pLastSelection[1]+1) > (me.pLastSelection[2]). You will need to add a check for that condition. - Robert [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!]
