Sharon,
I'm sorry but the only thing that seems likely to cause this is that your sprite
(sprite 30) is not really at a locH of 116, are you _certain_ it's at that specific
locH? Try using this code:
on mouseEnter
put "sprite(30).locH ="&&sprite(30).locH
if sprite(30).locH = 116 then
...
else
...
end if
end
Run your movie and check the message window, do you see a display that confirms that
sprite 30's locH is in fact 116?
Cheers,
Tom
.
[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!]