home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / minka_a.dir / 00050_Script_50 < prev    next >
Text File  |  1994-12-06  |  183b  |  10 lines

  1. on exitFrame
  2.   repeat with i=1 to 27
  3.     puppetsprite i,0
  4.   end repeat
  5.   repeat with i=1 to 37
  6.     set the cursor of sprite i=0
  7.   end repeat
  8.   cursor 200
  9.   go to "scene1"
  10. end