Hi - try this:

on MouseEnter me
   cursor 280
end

on MouseLeave me
   cursor 0  -- or -1, I forget which is which but I always use -1
end

on mouseUpOutside me  -- in case they mouseUp when not over the sprite
  cursor 0
end

bryce


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


[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