home *** CD-ROM | disk | FTP | other *** search
- _root.rotationsschritt = 2;
- turbine = new Sound(hand);
- turbine.attachSound("turbine");
- beat = new Sound(figur);
- beat.attachSound("beat");
- turbine.start(0,9000);
- if(_root.sounds == 1)
- {
- beat.start(0,9000);
- }
- _root.timeupmovie.play();
- stop();
-