home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / MachineWar.dxr / 00008_path.ls < prev    next >
Encoding:
Text File  |  2002-01-25  |  221 b   |  11 lines

  1. property pNodeList, pPoint1, pPoint2, pIDPoint1, pIDPoint2
  2.  
  3. on new me, pointList, point1, point2, ID1, ID2
  4.   pNodeList = pointList
  5.   pPoint1 = point1
  6.   pPoint2 = point2
  7.   pIDPoint1 = ID1
  8.   pIDPoint2 = ID2
  9.   return me
  10. end
  11.