home *** CD-ROM | disk | FTP | other *** search
/ Voice Collection 7: Yuko Mizutani / UNTITLED.BIN / pc / mmenu.dir / 00041.ls < prev    next >
Encoding:
Text File  |  1995-11-24  |  172 b   |  9 lines

  1. on exitFrame
  2.   set bunki to random(2)
  3.   if bunki = 1 then
  4.     puppetSound("├çΓÇ╣├ç├╜├ç┬ó├ç├ü├ç┬╡├ç╞Æ├ó┼á├ç┼╜├ç┬ó├ç├Ç")
  5.   else
  6.     puppetSound("├çΓÇ╣├ç├╜├ç├Ç")
  7.   end if
  8. end
  9.