home *** CD-ROM | disk | FTP | other *** search
/ Fuji Wa La Te I Ka - Hyakunin Isshu Karuta / KARUTA.bin / wins / dpokalv2.dir / 00603_Script_ÉrÉbÉNÉä < prev    next >
Text File  |  1995-11-10  |  964b  |  43 lines

  1. global Plus
  2.  
  3. on BikkuriT T1,T2
  4.   set BikkuriT = [10, 10, 10]
  5.   --  preLoadCast 10 + Plus, 12 + Plus
  6.   repeat with i in BikkuriT
  7.     set the castNum of sprite 2 = i + Plus
  8.     updateStage
  9.     wait T1
  10.   end repeat
  11.   set the castNum of sprite 2 = 1 + Plus
  12.   updateStage
  13.   wait T2
  14.   --  unLoadCast 10 + Plus, 12 + Plus
  15. end
  16.  
  17. on BikkuriH T1,T2
  18.   set BikkuriH = [50, 50, 50]
  19.   --  preLoadCast 50 + Plus, 52 + Plus
  20.   repeat with i in BikkuriH
  21.     set the castNum of sprite 2 = i + Plus
  22.     updateStage
  23.     wait T1
  24.   end repeat
  25.   set the castNum of sprite 2 = 41 + Plus
  26.   updateStage
  27.   wait T2
  28.   --  unLoadCast 50 + Plus, 52 + Plus
  29. end 
  30.  
  31. on BikkuriB T1,T2
  32.   set BikkuriB = [124, 124, 124]
  33.   --  preLoadCast 124 + Plus
  34.   repeat with i in BikkuriB
  35.     set the castNum of sprite 2 = i + Plus
  36.     updateStage
  37.     wait T1
  38.   end repeat
  39.   set the castNum of sprite 2 = 121 + Plus
  40.   updateStage
  41.   wait T2
  42.   --  unLoadCast 124 + Plus
  43. end