Your problem were the brackets ()
Ramesh just removed them.

Your script should have read:

on mouseEnter me
    cursor 280
end

on mouseLeave me
     cursor -1
end

HTH
JohnT


Victor Iwan wrote:

> Am I doing something wrong again...
>
> I create behaviors such us
>
> On mouseenter
>         cursor(280)
> End
>
> On mouseleave
>         cursor(-1)
> End
>
> I put on 4 button... But only in 1 button which not work
> properly....it's not change cursor afterall....
> Is it a bug ?
>
> Victor Iwan Kristanda
> "Learning Is Fun !"
>
> [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