home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / Its-a-Gas.swf / scripts / DefineSprite_272 / frame_4 / DoAction.as
Encoding:
Text File  |  2005-11-10  |  125 b   |  10 lines

  1. if(_root.FartAction == false)
  2. {
  3.    this.gotoAndPlay("FlapStart");
  4.    _root.FlapAction = true;
  5. }
  6. else
  7. {
  8.    play();
  9. }
  10.