home *** CD-ROM | disk | FTP | other *** search
/ Dye Another Day / DyeAnotherDay.bin / swf / 19.swf / scripts / DefineSprite_7 / frame_7 / DoAction.as
Encoding:
Text File  |  2003-04-02  |  209 b   |  15 lines

  1. if(0 < this.scrolling)
  2. {
  3.    _parent.scrollDownOneLine(this);
  4.    gotoAndPlay(6);
  5. }
  6. else if(this.scrolling < 0)
  7. {
  8.    _parent.scrollUpOneLine(this);
  9.    gotoAndPlay(6);
  10. }
  11. else
  12. {
  13.    gotoAndStop(1);
  14. }
  15.