At 15:52 +0100 12/01/01, Bertil Flink wrote:
>Just to add to my previous message:
>Any negative sprite number seems to work for the sprite channel:
>sendSprite(-1000, #someFMethod, "hello")
>-- "hello"
>sendSprite(-0, #someFMethod, "hello")
>-- "hello"

And then 193 lines of untrimmed quotes and multiple footers.
And he was certainly not the only one dripping debris all over.
Hey guys, please... OK?
Jakob

BTW.
You can also send messages to the frameBehavior through sendAllSprites.
If you need to get a return from a call to the frameBehavior, then 
consider this:

----<frameScript>----
global gFrameBehavior
on beginSprite me
   gFrameBehavior = me
end
on mMethod me
  return theStuff
end
----</frameScript>----

----<client>----
global gFrameBehavior
on xx me
   t = gFrameBehavior.mMethod()
end
----<client>----

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