home *** CD-ROM | disk | FTP | other *** search
/ Fuji Wa La Te I Ka - Hyakunin Isshu Karuta / KARUTA.bin / wins / dan256.dir / 00441_Script_441 < prev    next >
Text File  |  1995-11-10  |  720b  |  27 lines

  1. on mousedown
  2.   global NGCt,Hposition
  3.   PushB
  4.   
  5.   put the locH of sprite 21 = the locH of sprite 14 into a
  6.   put the locV of sprite 19 = the locV of sprite 15 into b
  7.   put the locH of sprite 22 = the locH of sprite 16 into c
  8.   put the locV of sprite 20 = the locV of sprite 17 into d
  9.   
  10.   if a and b and c and d then 
  11.     repeat with n = 14 to 22
  12.       puppetSprite n, False
  13.     end repeat    
  14.     puppetSprite 6, False
  15.     go to "correct" & Hposition
  16.   else     
  17.     repeat with n = 14 to 22
  18.       puppetSprite n, true 
  19.     end repeat 
  20.     puppetSprite 6, true 
  21.     tell the stage
  22.       set the visible of sprite (40+NGct) = TRUE
  23.     end tell
  24.     PUT NGct+1 INTO NGct
  25.     H_Frame
  26.   end if
  27. end