home *** CD-ROM | disk | FTP | other *** search
/ Fuji Wa La Te I Ka - Hyakunin Isshu Karuta / KARUTA.bin / wins / dpokalv2.dir / 00079_Script_79 < prev    next >
Text File  |  1995-11-10  |  234b  |  12 lines

  1. on exitFrame
  2.   if soundBusy(2) then
  3.     set T = random(20) + 5
  4.     puppetTempo T
  5.     go to marker(0)
  6.   else
  7.     puppetTempo 15
  8.     UnLoadcast 202 , 210
  9.     set the visible of sprite 3 = 0
  10.     go to frame"Haiti"
  11.   end if
  12. end