universalTiles and self references

Scott Wallace scott.wallace at squeakland.org
Fri Mar 29 20:07:30 UTC 2002


Ned,

I believe Ted's answer would be that in universal tiles, as currently 
constituted, this is a "known limitation."

Cheers,

   -- Scott


At 2:39 PM -0800 3/18/02, Ned Konz wrote:
>Ordinarily, when you do the scripting, references to a Player from within
>that Player's scripts become self references (i.e. if I have a Player named
>"Car" then when I drag a phrase
>     Car doSomething
>into a script the code becomes
>     self doSomething
>
>I've noticed that when you set the Preference "universalTiles", this doesn't
>happen properly; the reference remains to Car rather than to self.
>
>Is this intentional?



More information about the Squeak-dev mailing list