If you are talking about a multiple rollover then simply change the members
of all the sprites you want done, for example...

on mouseEnter
   sprite(1).member = member1
   sprite(2).member = member2
   sprite(3).member = member3
end

If you only want to switch two members, I have a re-useable script that does
this if you want. It's a little rough as it was written when my Lingo was a
little shaky - it's more than functional but I'll clean it up if you want
it.


[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