home *** CD-ROM | disk | FTP | other *** search
/ Fuji Wa La Te I Ka - Hyakunin Isshu Karuta / KARUTA.bin / wins / csinke6.dir / 00424_Script_ÉLÉâÉLÉâ < prev    next >
Text File  |  1995-11-13  |  995b  |  43 lines

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