home *** CD-ROM | disk | FTP | other *** search
/ Fuji Wa La Te I Ka - Hyakunin Isshu Karuta / KARUTA.bin / wins / csinke6.dir / 00626_Script_UnLuckyB < prev   
Text File  |  1995-11-13  |  1KB  |  45 lines

  1. global Tsp,Hsp,Bsp
  2.  
  3. on UnLuckyB1--Γ²╟¥╟▌╟╚╟├╟≡╟╖┼I
  4.   preLoadCast 96 + 400, 98 + 400
  5.   sound playFile 2, "\S_REACT\NG_B1"
  6.   put the timer into vTime
  7.   repeat while the timer < vTIME+120
  8.     IkariB random(5), random(5)
  9.   end repeat
  10.   set the castNum of sprite Bsp = 81 + 400
  11.   unLoadCast 96 + 400, 98 + 400
  12. end
  13.  
  14. on UnLuckyB2--╔Q┼[╔b
  15.   preLoadCast 102 + 400, 104 + 400
  16.   sound playFile 2, "\S_REACT\NG_B2"
  17.   put the timer into vTime
  18.   repeat while the timer < vTIME+80
  19.     TohohoB random(5), random(5)
  20.   end repeat
  21.   set the castNum of sprite Bsp = 81 + 400
  22.   unLoadCast 102 + 400, 104 + 400
  23. end
  24.  
  25. on UnLuckyB3--╔_┼I
  26.   preLoadCast 90 + 400, 92 + 400
  27.   sound playFile 2, "\S_REACT\NG_B3"
  28.   put the timer into vTime
  29.   repeat while the timer < vTIME+70
  30.     BikkuriB random(5), random(5)
  31.   end repeat
  32.   set the castNum of sprite Bsp = 81 + 400
  33.   unLoadCast 90 + 400, 92 + 400
  34. end 
  35.  
  36. on UnLuckyB4--╟é╟┴╟═╟²┼[
  37.   preLoadCast 111 + 400, 113 + 400
  38.   sound playFile 2, "\S_REACT\NG_B4"
  39.   put the timer into vTime
  40.   repeat while the timer < vTIME+130
  41.     Pokan2B random(5), random(5)
  42.   end repeat
  43.   set the castNum of sprite Bsp = 81 + 400
  44.   unLoadCast 111 + 400, 113 + 400
  45. end