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

  1. global cDemoQT, gPlaySprite
  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.     set the castNum of sprite gPlaySprite to the number of cast "playGallery"
  10.     go(the frame + 1)
  11.   end if
  12. end
  13.