home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 2 #6 / CDRTV2N6.iso / makers / power / ue.dir / 00213_Script_213 < prev    next >
Text File  |  1996-03-13  |  223b  |  12 lines

  1. on mouseDown
  2.   global LastFrame
  3.   
  4.   repeat with i=20 to 25
  5.     puppetSprite i,FALSE
  6.   end repeat
  7.   repeat with i=10 to 17
  8.     puppetSprite i,FALSE
  9.   end repeat
  10.   put marker(0) into LastFrame
  11.   go frame "map"
  12. end