home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / BakersGame.dxr / 00057_startgame.ls < prev    next >
Encoding:
Text File  |  2002-01-25  |  309 b   |  16 lines

  1. on exitFrame me
  2.   global tcount, scount, stock, tableau, foundation, fcount, ccount, cell, sha, points, win
  3.   tcount = 1
  4.   scount = 1
  5.   fcount = 1
  6.   ccount = 1
  7.   tableau = [:]
  8.   foundation = [:]
  9.   sha = []
  10.   points = 0
  11.   cell = [:]
  12.   stock = new(script("stockobj"), shuffle())
  13.   startTimer()
  14.   win = "no"
  15. end
  16.