home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / snack-attack.swf / scripts / DefineSprite_315 / frame_1 / DoAction.as
Encoding:
Text File  |  2005-09-29  |  264 b   |  15 lines

  1. ┬º┬ºpush(getProperty("obst", _currentframe) == "1");
  2. if(getProperty("obst", _currentframe) == "1")
  3. {
  4.    ┬º┬ºpop();
  5.    ┬º┬ºpush(random("3") == "1");
  6. }
  7. if(§§pop())
  8. {
  9.    set("obst/:side",_name);
  10.    tellTarget("obst")
  11.    {
  12.       gotoAndPlay(2);
  13.    }
  14. }
  15.