home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / Sonic-The-Hedgehog.swf / scripts / DefineSprite_278 / frame_8 / DoAction.as
Encoding:
Text File  |  2005-11-10  |  102 b   |  9 lines

  1. if(_root.walking == 1)
  2. {
  3.    nextFrame();
  4. }
  5. else if(_root.walking == 0)
  6. {
  7.    gotoAndStop(1);
  8. }
  9.