def loadBoatScene():
 boatscene.initBoat()
 boatscene.initIschia()
 #boatscene.revealScene()
 boatscene.initFog()
 boatscene.revealScene()
 boatscene.unhideBoatAndIschia()
def loadBoatScene():
    boatscene.initIschia()
    boatscene.initBoat()
def loadBoatScene():
  global boatscene
  #load boat and island
  boatscene.initBoat()
  boatscene.initIschia()
  boatscene.hideBoatAndIschia()