home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / testsoft / muzea / exemusei / credits2.dir / 00007_Script_7 < prev    next >
Text File  |  1997-04-14  |  303b  |  19 lines

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