The master path is invisible and controls the whole flow of the
level. It starts sprites, waits for level points and controls
everything. The MasterPath then spawns off new sprites as
the level progresses, each of these sprites becomes its own thread
and has exactly the same commands as the master path which means it
too can then spawn sprites and control things. |
See also:
|