| |
EToySenderMorph
category: Morphic-Collaborative
superclass: EToyChatOrBadgeMorph
subclasses:
EToySenderMorph
new
userName: 'Bob Arning'
userPicture: nil
userEmail: 'arning@charm.net'
userIPAddress: '1.2.3.4';
position: 200@200;
open
"
EToySenderMorph represents another person to whom you wish to send things. Drop a morph on an EToySenderMorph and a copy of that morph is sent to the person represented. Currently only peer-to-peer communications are supported, but other options are planned.
"




|
|