Irv wrote:

>The point that I'm trying to make is that when the handler of the 
>behavior is called, the "me" parameter is always a memory address of 
>the instance of the behavior - and never an integer.


given this behavior:

on mTest me
   put #mTest, me
end

-- Welcome to Director --
sendSprite(1, #mTest)
-- #mTest <offspring "testBhv" 4 309b9d8>
sprite(1).mTest()
-- #mTest (sprite 1)

Not quite an integer, but neither a scriptInstance.
A little oddity to look out for.
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