home *** CD-ROM | disk | FTP | other *** search
/ Computer Arts 147 / Arts147.mdf / pc / CA.swf / scripts / DefineSprite_125 / frame_1 / DoAction.as
Encoding:
Text File  |  2008-01-01  |  132 b   |  10 lines

  1. this.onRollOver = function()
  2. {
  3.    this.gotoAndStop(2);
  4. };
  5. this.onRollOut = function()
  6. {
  7.    this.gotoAndStop(1);
  8. };
  9. stop();
  10.