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

  1. global Tsp,Hsp,Bsp
  2.  
  3. on YouWinT1--╟«σ⌐Θ±╟╝╟«╟≡╟╖╟╚
  4.   preLoadCast 22 + 400, 24 + 400
  5.   sound playFile 2, "\S_REACT\YOU_WINT"
  6.   put the timer into vTime
  7.   repeat while the timer < vTIME+130
  8.     NikoT random(5), random(5)
  9.   end repeat
  10.   set the castNum of sprite Tsp = 1 + 400
  11.   unLoadCast 22 + 400, 24 + 400
  12. end
  13.  
  14. on YouWinT2--ΘQ╟í╟²╟╝╟«╟≡╟╖╟╚
  15.   preLoadCast 25 + 400, 27 + 400
  16.   sound playFile 2, "\S_REACT\YOUWINT2"
  17.   put the timer into vTime
  18.   repeat while the timer < vTIME+130
  19.     TohohoT random(5), random(5)
  20.   end repeat
  21.   set the castNum of sprite Tsp = 1 + 400
  22.   unLoadCast 25 + 400, 27 + 400
  23. end
  24.  
  25. on YouWinT3--╟é╟┴╟═╟²╟╝╟«╟≡╟╖╟╚
  26.   preLoadCast 28 + 400, 30 + 400
  27.   sound playFile 2, "\S_REACT\YOUWINT3"
  28.   put the timer into vTime
  29.   repeat while the timer < vTIME+130
  30.     Tohoho2T random(5), random(5)
  31.   end repeat
  32.   set the castNum of sprite Tsp = 1 + 400
  33.   unLoadCast 28 + 400, 30 + 400
  34. end