home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / AuldLangSyn.dxr / 00005.ls < prev    next >
Encoding:
Text File  |  2002-01-25  |  255 b   |  12 lines

  1. on exitFrame me
  2.   global stock, reserve, foundation, foundation_count, reserve_count, points, firstSprite
  3.   foundation = [:]
  4.   reserve = [:]
  5.   stock = shuffle()
  6.   foundation_count = 1
  7.   reserve_count = 1
  8.   points = 0
  9.   firstSprite = []
  10.   startTimer()
  11. end
  12.