home *** CD-ROM | disk | FTP | other *** search
/ The Princeton Review - Algebra Smart / ALGEBRA.iso / pc / lessons / genstw.dir / 00189_Script_189 < prev    next >
Text File  |  1996-10-02  |  224b  |  9 lines

  1. on exitFrame
  2.   global stopclip
  3.   if stopclip = 1 then exit
  4.   puppetsprite 10, 1
  5.   set the volume of sprite 10 to 256
  6.   set the movierate of sprite 10 = 1
  7.   set the visible of sprite 10 = TRUE
  8.   puppetsprite 10, 0
  9. end