home *** CD-ROM | disk | FTP | other *** search
/ Fuji Wa La Te I Ka - Hyakunin Isshu Karuta / KARUTA.bin / wins / gameya.dir / 00034_Script_34 < prev    next >
Text File  |  1995-11-10  |  352b  |  17 lines

  1. on GoFrame
  2.   set Rand = random(20)
  3.   if Rand = 1 or Rand = 5 then play frame"Bose"
  4.   else
  5.     if Rand = 2 or Rand = 6 then play frame"Tono"
  6.     else
  7.       if Rand = 3 or Rand = 7 then play frame"Hime"
  8.       else
  9.         if Rand = 4 then play frame"Mix"
  10.         else
  11.           nothing
  12.         end if
  13.       end if
  14.     end if
  15.   end if
  16. end
  17.