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

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