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

No comment. Sorry.

instance methods
  demons
  consumeFuel
spreadFire

  parameters
  initialize
sliderParameters
treePercentage
treePercentage:

  setup
  setup
setupBorder
setupFire
setupTrees

class methods
  no messages
 

instance methods
  demons top  
 

consumeFuel


 

spreadFire


  parameters top  
 

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>.


 

treePercentage


 

treePercentage:


  setup top  
 

setup

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


 

setupBorder


 

setupFire


 

setupTrees

Setup a forest with treePercentage of trees.


class methods
  no messages top