home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1995 September / PCD0995.ISO / files / tools.dir / 00365.ls < prev    next >
Encoding:
Text File  |  1995-01-25  |  234 b   |  12 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 "DemoPlay"
  10.   end if
  11. end
  12.