home *** CD-ROM | disk | FTP | other *** search
/ The Princeton Review - Science Smart / SCIENCE.iso / mac / files / 475.dir / 00029.ls < prev    next >
Encoding:
Text File  |  1995-06-06  |  142 b   |  11 lines

  1. on wait ticks
  2.   startTimer()
  3.   repeat while the timer < ticks
  4.   end repeat
  5. end
  6.  
  7. on startMovie
  8.   puppetSprite(23, 1)
  9.   puppetSprite(24, 1)
  10. end
  11.