home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / sparks.swf / scripts / frame_403 / DoAction.as
Encoding:
Text File  |  2005-09-29  |  223 b   |  17 lines

  1. if(_root.spark1.hitTest(_root.bridge1))
  2. {
  3.    _root.play;
  4. }
  5. else
  6. {
  7.    _root.stop();
  8.    tellTarget("_root.hit1")
  9.    {
  10.       play();
  11.       tellTarget("_root.background")
  12.       {
  13.          play();
  14.       }
  15.    }
  16. }
  17.