Why should this not work?

Andreas Raab andreas.raab at gmx.de
Sun Feb 25 05:21:52 UTC 2007


Because scripts control players not morphs. Try this instead:

X := StarMorph new.
X openInWorld.
player := X assuredPlayer.
player turn: 135.
player forward: 100.


Robert Hawley wrote:
> X := StarMorph new.
> X openInWorld.
> X turn: 135.
> X forward: 100.
> 
> You can do it with scripts, so why not for code?
> 
> 




More information about the Squeak-dev mailing list