HI Michael, you can scale the rect and then set the rect of sprite to it.
var_rect = sprite(me.spriteNum).rect var_scaledRectUp = var_rect * 1.5 -- larger var_scaledRectDown = var_rect * .5 -- smaller sprite(me.spriteNum).rect = var_scaleRectUp There is also a way of resetting the sprite back to its original rect with lingo, but I can't think of it right now. Frank ----- Original Message ----- From: "Michael Nadel" <[EMAIL PROTECTED]> > This question has been plauging me for a long time and I'm sure there must > be a simple answer. Is there a way to make a repeat loop to make a sprite > grow and shrink in a way that will maintain proportions? [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!]
