At 17:31 +0200 2001_07_04, schmidt-r wrote:

>on mouseEnter me
>     sendSprite(mySprite, #mouseDown) -- talk to yourself
>end mouseEnter me

...the definition of "yourself", the behavior or the sprite?
In your case it is the sprite, so it would be more precise to say:
"Talk to ourselves", as there might be several behaviors on a sprite.

This defining "yourself" as only the behavior, hence the "me":
on mouseEnter me
   me.mouseDown()
end

Jakob

[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