home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Fácil 3 / CDFACIL3.iso / lazer / desafios / hall.Dxr / 00047.ls < prev    next >
Encoding:
Text File  |  1996-12-01  |  160 b   |  12 lines

  1. on exitFrame
  2.   set framkie to random(5)
  3.   case framkie of
  4.     1:
  5.       go("slaphappy")
  6.     2:
  7.       go("grrr")
  8.     otherwise:
  9.       go("hit me")
  10.   end case
  11. end
  12.