home *** CD-ROM | disk | FTP | other *** search
/ cyber.net 2 / cybernet2.ISO / dkdemo / contentm.dir / 00040_Script_40 < prev    next >
Text File  |  1995-04-07  |  385b  |  19 lines

  1.  
  2. on enterFrame
  3.   
  4.   set the movietime of sprite 12 to 0
  5.   set the movierate of sprite 12 to 1
  6. end
  7.  
  8. on exitframe
  9.   repeat while the mousedown <> 1 and the movietime of sprite 12 < 9660 and ┬
  10. not(the mousecast <=128 and the mousecast >=120)
  11.     updatestage
  12.   end repeat
  13.   
  14.   
  15.   set the movierate of sprite 12 to 0
  16.   set the movietime of sprite 12 to 0
  17.   go "TVs"
  18.   
  19. end