That's great, thankyou both. I shall look into sendAllSprites... Cheers
Simon ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Lingo-L" <[EMAIL PROTECTED]> Sent: Tuesday, March 11, 2003 5:53 PM Subject: Re: <lingo-l> What is the most elegant/performative rollover technique Yeah. Read about #sendAllsprites / #sendsprite. Personally I'd use #sendAllsprites, such as on mouseEnter sendAllSprites(#domouseEnter) end on mouseLeave sendAllSprites(#doMouseLeave) end and you just create a doMouseEnter and doMouseLeave function on those sprites you want to change [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!]
