home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 May / PCWorld_2003-05_cd.bin / Software / Komercni / razdva / razdva.exe / scripts / frame_83 / DoAction.as
Text File  |  2003-04-10  |  166b  |  9 lines

  1. function scrollIt()
  2. {
  3.    scrollText._y = frameTop - step * (scrollBar._y - frameTop - 20);
  4.    updateAfterEvent();
  5. }
  6. frameHeight = 300;
  7. dragMax = 260;
  8. stop();
  9.