home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / armadilloknight2.swf / scripts / DefineSprite_167 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-05-08  |  96 b   |  9 lines

  1. if(_parent.arrows == 0)
  2. {
  3.    this._visible = false;
  4. }
  5. else
  6. {
  7.    this._visible = true;
  8. }
  9.