home *** CD-ROM | disk | FTP | other *** search
/ A Field Trip to the Sky (Demo) / Mac_Sunburst_AFieldTripToTheSky-Demo.iso / DIR / GAME.DIR / 00106_Script_Reset < prev    next >
Text File  |  1996-03-27  |  244b  |  16 lines

  1. on enterFrame
  2.   global gChoosing
  3.   
  4.   --close window "GAME2.DIR"
  5.   --forget window "GAME2.DIR"
  6.   
  7.   -- we're no longer choosing
  8.   set gChoosing to FALSE
  9.   
  10.   -- reset the game
  11.   gameReset()
  12.   
  13.   -- start again
  14.   go to "Main"
  15. end
  16.