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

  1. global points, tableau, reserve, extras
  2.  
  3. on prepareFrame me
  4.   tableau = [:]
  5.   reserve = [:]
  6.   extras = []
  7.   points = 0
  8.   initializeInsects()
  9. end
  10.