Squeak Class Documentation category index | class index  
 
StarSqueakDiffusion
  category: StarSqueak-Worlds
  superclass: StarSqueakMorph
  subclasses:

No comment. Sorry.

instance methods
  other
  setup
setupTurtles

  parameters
  dyeCount
dyeCount:
initialize
sliderParameters
waterCount
waterCount:

class methods
  no messages
 

instance methods
  other top  
 

setup

Subclasses should override this to setup the initial conditions of this StarSqueak world. The method should start with 'self clearAll'.


 

setupTurtles


  parameters top  
 

dyeCount


 

dyeCount:


 

initialize


 

sliderParameters

Answer a list of parameters that the user can change via a slider. Each parameter is described by an array of: <name> <min value> <max value> <balloon help string>.


 

waterCount


 

waterCount:


class methods
  no messages top