home *** CD-ROM | disk | FTP | other *** search
/ Fuji Wa La Te I Ka - Hyakunin Isshu Karuta / KARUTA.bin / wins / dpokalv2.dir / 00045_Script_45 < prev    next >
Text File  |  1995-11-10  |  370b  |  19 lines

  1. on exitFrame
  2.   global gCharaNum
  3.   PuppetSound 0
  4.   repeat with SP = 10 to 14
  5.     set the visible of sprite SP = 0
  6.     updateStage
  7.   end repeat
  8.   
  9.   if gCharaNum = 3 then
  10.     set the castNum of sprite 2 = 821
  11.     set the visible of sprite 3 = 1
  12.     updateStage
  13.   else
  14.     set the visible of sprite 3 = 1
  15.     updateStage
  16.   end if
  17.   GetCard
  18.   play done
  19. end