home *** CD-ROM | disk | FTP | other *** search
/ Fuji Wa La Te I Ka - Hyakunin Isshu Karuta / KARUTA.bin / wins / bbozu7.dir / 00342_Script_YouWinH < prev    next >
Text File  |  1995-11-13  |  922b  |  34 lines

  1. global Tsp,Hsp,Bsp
  2.  
  3. on YouWinH1--╟Ä╟▌╟Ö┼I╟é╟╚╟╠╟└┼B
  4.   preLoadCast 62 + 400, 64 + 400
  5.   sound playFile 2, "\S_REACT\YOU_WINH"
  6.   put the timer into vTime
  7.   repeat while the timer < vTIME+130
  8.     NikoH random(5), random(5)
  9.   end repeat
  10.   set the castNum of sprite Hsp = 41 + 400
  11.   unLoadCast 62 + 400, 64 + 400
  12. end
  13.  
  14. on YouWinH2--╟«╟ü╟╝╟╨╟º┼I
  15.   preLoadCast 53 + 400, 55 + 400
  16.   sound playFile 2, "\S_REACT\YOUWINH2"
  17.   put the timer into vTime
  18.   repeat while the timer < vTIME+80
  19.     KirakiraH random(5), random(5)
  20.   end repeat
  21.   set the castNum of sprite Hsp = 41 + 400
  22.   unLoadCast 53 + 400, 55 + 400
  23. end
  24.  
  25. on YouWinH3--╟▌╟Å┼[╟ó┼I
  26.   preLoadCast 50 + 400, 52 + 400
  27.   sound playFile 2, "\S_REACT\YOUWINH3"
  28.   put the timer into vTime
  29.   repeat while the timer < vTIME+90
  30.     BikkuriH random(5), random(5)
  31.   end repeat
  32.   set the castNum of sprite Hsp = 41 + 400
  33.   unLoadCast 50 + 400, 52 + 400
  34. end