Example #1
0
 public void clear()
 {
     coastController = (Director.getInstance().currentSceneController as FirstController).leftCoast;
     //get to the left coast
     toCoast(coastController);
     //get to the empty position in left coast
     setPosition(coastController.getEmptyPosition());
     //this character get to the coast(the coast is 'got' by the character)
     coastController.toCoast(this);
 }