Hello list,
I hope this mail is the last question for Year 2000! I have a button that
changes the cursor to the finger pointer mouseWithin the sprite. But how on
earth can I set it that will go back to the arrow cursor even after
clicked?? I have tried this but it's not perfect...it works okay when the
mouse goes over and leaves the sprite without action but when clicked the
finger cursor stays until rolls over the button again.
on mouseWithin
--a pointing finger cursor
cursor 280
end
on mouseLeave
--an arrow cursor
cursor 0
end
on mouseUp
cursor 0
end
Any suggestions greatly appreciated! Merry Christmas!
Yo.
[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!]