try this
on beginSprite me
sprite(me.spriteNum).cursor = 280
end
on endSprite me
sprite(me.spriteNum).cursor = 0
end
best regards
------------------------------------------
Ramesh CT
http://www.lingoman.net/
------------------------------------------
>>>
On mouseenter
cursor(280)
End
On mouseleave
cursor(-1)
End
[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!]