home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / puzzle-land.swf / scripts / DefineSprite_469 / frame_60 / DoAction.as
Encoding:
Text File  |  2005-09-29  |  190 b   |  13 lines

  1. stop();
  2. if(_root.walking != true)
  3. {
  4.    _root.man.gotoAndPlay("down");
  5. }
  6. if(_root.walking != true)
  7. {
  8.    if(_root.open != false)
  9.    {
  10.       _root.door.gotoAndPlay("leave");
  11.    }
  12. }
  13.