Hello

I am using the following script for a rollover
I have a button called "step4a" which changes to button "step4b"
but I have another button called "paste1" that I would like to change to
"paste2" at the same time.
Is this possible?
In other words, I have a rollover on one button which
needs to change that button
and change another button that is not rolled over besides, called "paste1"
which needs to change to "paste2"

I am using the script

on mouseenter me
if(sprite(the currentspritenum).member.name = "step4a") then
   sprite(the currentspritenum).member = "step4b"
   sprite(48).member = "paste2"
   puppetsound 1, "SoundA"
     end if
   end if
end

Mel
_________________________________________________________________
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