home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazin 1995 May / TYPEMANIA.ISO / ars.dir / 00035_Script_35 < prev    next >
Text File  |  1994-02-24  |  289b  |  14 lines

  1. on exitFrame
  2.   global timex
  3.   put the movietime of sprite 4 into timex
  4.   repeat with i=255 down to 0
  5.     starttimer
  6.     repeat while the timer <1
  7.       updatestage
  8.     end repeat
  9.     
  10.     set the volume of sprite 4 to i
  11.   end repeat
  12.   
  13.   set the movietime of sprite 4 to 0
  14. end