home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1995 November / SHOWCASE.ISO / files / gallery.dir / 00002_Script_2 < prev    next >
Text File  |  1995-06-12  |  182b  |  11 lines

  1. on exitFrame
  2.   go to the frame
  3. end
  4.  
  5. global cDemoQT
  6. on idle
  7.   if the movieTime of sprite cDemoQT = the stopTime of sprite cDemoQT then
  8.     returnToSection
  9.   end if
  10. end idle
  11.