Hello!

I have the following urgent problem:


I want the cursor to change when the mouse enters the sprite of a bitmap
cast member.

This is no problem with the following behaviour:

on mouseEnter me
cursor 280
end

on mouseLeave me
cursor -1
end

BUT:

If the sprite with the bitmap cast member is placed over a sprite with a
text cast member, it won't work anymore, even though the text cast member
has no behaviour on it. There's no other mouse handler that could catch the
event. Nor is the text member set to editable. Nor is the property "use
hypertextstyles" set. (However I need it to work with hypertext also.)
Moreover the sprite with the bitmap cast member is in a higher sprite
channel than the sprite with the text cast member.

As soon as I move my bitmap away from the text member, the cursor change
works!

What can I do about it?

Thanks
Michael von Aichberger


[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!]

Reply via email to