home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dye Another Day
/
DyeAnotherDay.bin
/
swf
/
4.swf
/
scripts
/
DefineSprite_21
/
frame_7
/
DoAction.as
Wrap
Text File
|
2003-04-02
|
209b
|
15 lines
if(0 < this.scrolling)
{
_parent.scrollDownOneLine(this);
gotoAndPlay(6);
}
else if(this.scrolling < 0)
{
_parent.scrollUpOneLine(this);
gotoAndPlay(6);
}
else
{
gotoAndStop(1);
}