home *** CD-ROM | disk | FTP | other *** search
/ Computer Life: SuperPac / SuperPac (Computer Life Magazine)(Ziff-Davis)(1995).ISO / pc / demos / nile / senet.exe / senet.DXR / 00037_Roll Dice (Player One).ls < prev    next >
Encoding:
Text File  |  1995-05-04  |  202 b   |  7 lines

  1. on mouseUp
  2.   global theSenetGame
  3.   if not (the playerMoving of theSenetGame = the computerPlayer of theSenetGame) and (the playerMoving of theSenetGame = 1) then
  4.     rollDice(theSenetGame)
  5.   end if
  6. end
  7.