At 12:32 +0900 02_08_09, Fumio Nonaka wrote:

>   on mouseDown(me, who)
>     if (who <> #myself) then
>      -- sendAllSprites(#mouseDown)
>      sendAllSprites(#mouseDown, #myself)
>     end if
>  > end

There is already a unique identifier for 'myself':

on mouseDown(me, who)
   if who <> me then sendAllSprites(#mouseDown, me)
end

Jakob

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/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