home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 203 / PCG203DB0809 / PCG203DB0809.ISO / main.swf / scripts / DefineSprite_180 / frame_1 / DoAction.as
Encoding:
Text File  |  2008-09-01  |  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.