home *** CD-ROM | disk | FTP | other *** search
/ Dye Another Day / DyeAnotherDay.bin / swf / 4.swf / scripts / DefineSprite_21 / frame_7 / DoAction.as
Text File  |  2003-04-02  |  209b  |  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.