home *** CD-ROM | disk | FTP | other *** search
/ MindStor - The Ultimate Digital Camera Companion / MindStor.iso / mac / MSMAC.swf / scripts / DefineSprite_217 / frame_2 / DoAction.as
Text File  |  2002-06-04  |  153b  |  6 lines

  1. CurrentLine = eval("..:ScrollText.scroll");
  2. if(CurrentLine < eval("..:ScrollText.maxscroll"))
  3. {
  4.    set("..:ScrollText.scroll",CurrentLine + "1");
  5. }
  6.