home *** CD-ROM | disk | FTP | other *** search
/ Voice Collection 7: Yuko Mizutani / UNTITLED.BIN / pc / ura_un.dir / 00031.ls < prev    next >
Encoding:
Text File  |  1995-01-01  |  159 b   |  8 lines

  1. on exitFrame
  2.   global color, keyword, space, food
  3.   set color to random(14)
  4.   set keyword to random(14)
  5.   set space to random(14)
  6.   set food to random(14)
  7. end
  8.