home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2009 June / maximum-cd-2009-06.iso / main.swf / scripts / DefineSprite_180 / frame_1 / DoAction.as
Encoding:
Text File  |  2009-03-20  |  193 b   |  14 lines

  1. stop();
  2. this.onRollOver = function()
  3. {
  4.    this.gotoAndStop(2);
  5. };
  6. this.onRollOut = function()
  7. {
  8.    this.gotoAndStop(1);
  9. };
  10. this.onRelease = function()
  11. {
  12.    _root.skipPreRoll();
  13. };
  14.