home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / powerballs.swf / scripts / frame_11 / DoAction.as
Encoding:
Text File  |  2007-03-12  |  256 b   |  13 lines

  1. _root.rotationsschritt = 2;
  2. turbine = new Sound(hand);
  3. turbine.attachSound("turbine");
  4. beat = new Sound(figur);
  5. beat.attachSound("beat");
  6. turbine.start(0,9000);
  7. if(_root.sounds == 1)
  8. {
  9.    beat.start(0,9000);
  10. }
  11. _root.timeupmovie.play();
  12. stop();
  13.