home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 231 / PCG231DB1011.ISO / pc / Interface / main.swf / scripts / DefineSprite_155 / frame_1 / DoAction.as
Encoding:
Text File  |  2008-04-09  |  242 b   |  17 lines

  1. this.onRollOver = function()
  2. {
  3.    if(!this.isActivated)
  4.    {
  5.       this.gotoAndPlay(2);
  6.    }
  7. };
  8. this.onRollOut = function()
  9. {
  10.    if(!this.isActivated)
  11.    {
  12.       this.gotoAndPlay(21);
  13.    }
  14. };
  15. this.isActivated = false;
  16. stop();
  17.