home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2003 May
/
PCWorld_2003-05_cd.bin
/
Software
/
Komercni
/
razdva
/
razdva.exe
/
scripts
/
frame_85
/
DoAction.as
Wrap
Text File
|
2003-04-10
|
166b
|
9 lines
function scrollIt()
{
scrollText._y = frameTop - step * (scrollBar._y - frameTop - 20);
updateAfterEvent();
}
frameHeight = 300;
dragMax = 260;
stop();