home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazin 1995 May / TYPEMANIA.ISO / englisch.dir / 00046_Script_46 < prev    next >
Text File  |  1994-02-24  |  183b  |  9 lines

  1. on exitFrame
  2.   repeat with i=255 down to 0
  3.     set the volume of sprite 11 to i
  4.     starttimer
  5.     repeat while the timer < 2
  6.       nothing
  7.       end repeat
  8.     end repeat
  9. end