[squeakland] Tools to Export Images from Etoys (eventually directly to a Blog Post)

Scott Wallace scott.wallace at squeakland.org
Mon Apr 4 14:12:19 EDT 2011


On Apr 4, 2011, at 10:36 AM, Steve Thomas wrote:
> 
> Now how go I set my myPlayer variable to the BookMorph in its "owner chain" (if that's the common terminology)?

	myPlayer := (myPlayer costume ownerThatIsA: BookMorph) topRendererOrSelf player.

Cheers,

  -- Scott

PS:  That "topRendererOrSelf" call is just bulletproofing against the possibility that the containing book is rotated.

PPS:  "owner chain" *is* the common terminology ;-)


More information about the squeakland mailing list