At 14:48 26.9.2000 +0200, guran wrote:
>Now, there you have it:
>
>"on myOwnHandler me"
>
>is not the way to use the me parameter. "me" can only be used
>together with for example "mouseDown", "mouseEnter" etc.

Sorry, but this is COMPLETELY untrue, and if you think that the use of me 
is so limited then you are almost certainly reinventing the wheel on a 
daily basis :)

Put this is a sprite script, and watch it work:

on mouseUp me
   x = getRandomNumber(me)
   put x
end

on getRandomNumber me
   return random(123)
end

Cheers
Owen


[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