home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / base_gr.dir / 00057.ls < prev    next >
Encoding:
Text File  |  1994-12-01  |  231 b   |  13 lines

  1. on mouseDown
  2.   global pictnumber
  3.   set pictnumber to pictnumber - 1
  4.   if pictnumber <= 0 then
  5.     set pictnumber to 14
  6.   end if
  7.   set the castNum of sprite 1 to 0
  8.   puppetSprite(1, 0)
  9.   updateStage()
  10.   unLoad()
  11.   go(#previous)
  12. end
  13.