home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / Planeta.iso / data / 0_credit.dir / 00004_Script_autoScroller < prev    next >
Text File  |  2000-11-09  |  264b  |  11 lines

  1. on exitFrame
  2.   if the frameLabel <> "esci" then
  3.     set ns = the currentSpriteNum
  4.     set y = the locV of sprite ns
  5.     if the bottom of sprite ns < 0 then
  6.       go to frame "esci"
  7.     else
  8.       set the locV of sprite ns to y - 2
  9.     end if
  10.   end if
  11. end