home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / testsoft / muzea / exemusei / credits.dir / 00008_Script_AniCredits < prev    next >
Text File  |  1997-04-14  |  302b  |  18 lines

  1. on exitFrame
  2.   
  3.   if the machinetype=256 then
  4.     put 8 into m
  5.   else
  6.     put 14 into m
  7.   end if
  8.   
  9.   put 3000/m into n
  10.   repeat with c = 1 to n
  11.     set the locV of sprite 6 = the locV of sprite 6 - m
  12.     if the mousedown then exit repeat
  13.     updatestage
  14.   end repeat
  15.   play done
  16. end
  17.  
  18.