home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1995 September / PCD0995.ISO / files / gallery.dir / 00002.ls < prev    next >
Encoding:
Text File  |  1994-12-18  |  168 b   |  12 lines

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