home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / asitchintime2.swf / scripts / DefineSprite_329 / frame_1 / DoAction.as
Encoding:
Text File  |  2005-11-09  |  106 b   |  12 lines

  1. if(_parent.danger)
  2. {
  3.    if(pf == undefined)
  4.    {
  5.       APE(this,2);
  6.    }
  7. }
  8. else
  9. {
  10.    stop();
  11. }
  12.