home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 August / TommyVideo.iso / flash / volumes / volume_1.swf / scripts / DefineSprite_103_FLabelSymbol / frame_17 / DoAction.as
Encoding:
Text File  |  2003-06-08  |  96 b   |  10 lines

  1. if(!this.visible)
  2. {
  3.    this._visible = false;
  4.    stop();
  5. }
  6. else
  7. {
  8.    gotoAndPlay(2);
  9. }
  10.