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

  1. if(_root.buckman != false)
  2. {
  3.    gotoAndPlay(31);
  4.    _root.bluedoor.gotoAndPlay("bucketdie");
  5. }
  6. if(_root.normalman != false)
  7. {
  8.    gotoAndPlay(31);
  9.    _root.bluedoor.gotoAndPlay("normaldie");
  10. }
  11.