home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / alice.dir / 00025_Script_25 < prev    next >
Text File  |  1994-12-03  |  147b  |  8 lines

  1. on mousedown
  2.   repeat with i=1 to 36
  3.     set the cursor of sprite i=0
  4.     puppetsprite i,0
  5.   end repeat
  6.   cursor 200
  7.   go to "toMOTEL_B"
  8. end