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

  1. on enterFrame
  2.   repeat with SP = 18 to 21
  3.     set the visible of sprite SP = 1
  4.     set the constraint of sprite SP to 6
  5.     set the cursor of sprite SP = 260
  6.   end repeat
  7. end
  8.  
  9. on exitFrame
  10.   GO TO THE FRAME
  11. end