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

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