home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / the_beard.swf / scripts / DefineSprite_246 / frame_1 / DoAction.as
Encoding:
Text File  |  2008-09-23  |  162 b   |  10 lines

  1. if(!this.beenhere)
  2. {
  3.    this.onPress = function()
  4.    {
  5.       this._parent._parent.goAhead();
  6.       delete this.onPress;
  7.    };
  8.    this.beenhere = true;
  9. }
  10.