home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / synj_sneak_attack.swf / scripts / DefineSprite_219 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-10-06  |  215 b   |  17 lines

  1. if(_parent.timer == 0)
  2. {
  3.    if(random(2) == 1)
  4.    {
  5.       _parent.gotoAndStop("bush");
  6.    }
  7.    else
  8.    {
  9.       _parent.gotoAndStop("grass");
  10.    }
  11. }
  12. else
  13. {
  14.    _parent.timer--;
  15.    _parent._x = 1000;
  16. }
  17.