Could not deliver message (ID=95162).
Local account 'shane.m' is unknown.
The first portion of the original message text follows:
-------------------------------------------------------
Received: from relay1.mail.iol.net by mail.agtel.ie (AppleShare IP Mail Server 5.0.4)
id 95162 via TCP with SMTP; Thu, 07 Sep 2000 23:58:43 +0100
Received: from mail2.fcgnetworks.net (mail2.fcgnetworks.net [208.210.86.12]) by
relay1.mail.iol.net
Sendmail (v8.10.0.Beta6) with ESMTP id e87M5iD08326;
Thu, 7 Sep 2000 23:05:44 +0100 (IST)
Received: from mail1.fcgnetworks.net ([EMAIL PROTECTED]
[192.168.40.6])
by mail2.fcgnetworks.net (8.9.2/8.9.0) with ESMTP id SAA27221;
Thu, 7 Sep 2000 18:01:57 -0400 (EDT)
Received: (from majordomo@localhost)
by mail1.fcgnetworks.net (8.9.1/8.9.0) id RAA28860
for lingo-digest-outgoing; Thu, 7 Sep 2000 17:41:22 -0400 (EDT)
Date: Thu, 7 Sep 2000 17:41:22 -0400 (EDT)
Message-Id: <[EMAIL PROTECTED]>
X-Authentication-Warning: mail1.fcgnetworks.net: majordomo set sender to
[EMAIL PROTECTED] using -f
From: [EMAIL PROTECTED] (Lingo-L Digest)
To: [EMAIL PROTECTED]
Subject: Lingo-L Digest V1 #1615
Reply-To: [EMAIL PROTECTED]
Sender: [EMAIL PROTECTED]
Errors-To: [EMAIL PROTECTED]
Precedence: bulk
[You are receiving the digest version of Lingo-L. When replying to a
message in this digest, post the response to [EMAIL PROTECTED] and
optionally copy the original poster. Do NOT include or quote this whole
digest in your reply! You should also change the subject line to reflect
the original subject, and not just say Re: Digest...
To remove yourself from the digest, visit the list maintenance page at
http://www.penworks.com/LUJ/lingo-l.cgi ]
Lingo-L Digest Thursday, September 7 2000 Volume 01 : Number 1615
----------------------------------------------------------------------
Date: Thu, 7 Sep 2000 15:13:31 -0400
From: grimmwerks <[EMAIL PROTECTED]>
Subject: RE: <lingo-l> imaging lingo/metaballs..
Cool - thanks Blake. Unfortanely I can't even figure out my age with my
socks off. But we'll see...
>
>Check out www.darwin3d.com for some C++ source code examples of
>spring systems as well as the Game Developer magazine site.
>
>-Blake
- --------------------[ http://www.grimmWERKS.com ]------------------
[ graphic design -|- sound design -|- shockwave -|- lingo -|- cdrom ]
[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!]
------------------------------
Date: Thu, 7 Sep 2000 15:08:44 -0400
From: Colin Holgate <[EMAIL PROTECTED]>
Subject: Re: <lingo-l> how to recieve a send sprite command????
>theWord = getProp(infoList[plats], #eng)
>sendSprite (myReciever, #changeWordColor, theWord)
>
>how do i trap it in the recieving sprite??????
on changeWordColor me,whatever
end
[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!]
------------------------------
Date: Thu, 07 Sep 2000 12:08:42 -0700
From: Kerry Thompson <[EMAIL PROTECTED]>
Subject: Re: <lingo-l> how to recieve a send sprite command????
>sendSprite (myReciever, #changeWordColor, theWord)
>
>how do i trap it in the recieving sprite??????
You have a behavior attached to the sprite with an "on changeWordColor"
handler.
Cordially,
Kerry Thompson
Learning Network
[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!]
------------------------------
Date: Thu, 7 Sep 2000 15:09:27 -0400
From: "Mark R. Jonkman" <[EMAIL PROTECTED]>
Subject: RE: <lingo-l> how to recieve a send sprite command????
Hi Mikael
That would be to include a handler in the behaviour of the reciever sprite
called #changeWordColor with a parameter to pick up theWord.
example
on changeWordColor me, paramWord
-- do whatever you want here
end changeWordColor
you'll have to flesh out the behaviour and place it on the reciepient
sprite. but that is the basics, not sure what else your trying to get.
Sincerely
Mark
- --------------------------------------------
Mark R. Jonkman
Mark R. Jonkman Consulting
ADDRESS: 20 Windermere Crt., Guelph, ON, CANADA N1E 3L4
PHONE: 519-837-8509
EMAIL: [EMAIL PROTECTED]
- --------------------------------------------
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Mikael Wir�n
> Sent: September 7, 2000 2:59 PM
> To: [EMAIL PROTECTED]
> Subject: <lingo-l> how to recieve a send sprite command????
>
>
> i�m having a total brain meltdown here *laughing*
> i can�t for the world recall how to recieve a sendSprite command.
> theWord = getProp(infoList[plats], #eng)
> sendSprite (myReciever, #changeWordColor, theWord)
>
> how do i trap it in the recieving sprite??????
>
> Thanx in advance
> /M
>
>
> [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!]
>
[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!]
------------------------------
Date: Thu, 7 Sep 2000 12:17:38 -0700
From: Irv Kalb <[EMAIL PROTECTED]>
Subject: Re: <lingo-l> how to recieve a send sprite command????
At 8:58 PM +0200 9/7/00, Mikael Wir�n wrote:
>i�m having a total brain meltdown here *laughing*
>i can�t for the world recall how to recieve a sendSprite command.
>theWord = getProp(infoList[plats], #eng)
>sendSprite (myReciever, #changeWordColor, theWord)
>
>how do i trap it in the recieving sprite??????
>
Assuming "myReceiver" is an integer for a sprite number, then attach
this to the sprite in that channel:
on changeWordColor me, theWord
- -- do whatever you want
end
Irv
- --
Lingo / Director / Shockwave development for all occasions
(We even do weddings and Bar Mitzvahs!)
See our kid's CD-Rom's at: http://www.furrypants.com
[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!]
------------------------------
Date: Thu, 07 Sep 2000 12:16:54 -0700
From: "R. Bhakti Klein" <[EMAIL PROTECTED]>
Subject: Re: <lingo-l> a projector for mac and windows !"!
hey- the germans don't have anything to do with it.
zac wrote:
>
> This isn't germane to the discussion.
>
R. Bhakti Klein
Lingo Programmer, Scientific Learning
http://www.ScientificLearning.com
http://www.BrainConnection.com
**
Baritone, Wicki6
http://www.wicki6.com
***
"On Earth, you can only do little things;
but you can do them with a lot of Love."
-- Mother Theresa
[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!]
------------------------------
Date: Thu, 07 Sep 2000 12:28:25 -0700
From: Kerry Thompson <[EMAIL PROTECTED]>
Subject: Re: <lingo-l> a projector for mac and windows
[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!]