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

  1. stop();
  2. if(_root.buckleft != false)
  3. {
  4.    _root.bucket.gotoAndPlay("leftdrop");
  5. }
  6. if(_root.buckleft != true)
  7. {
  8.    _root.bucket.gotoAndPlay("rightdrop");
  9. }
  10.