home *** CD-ROM | disk | FTP | other *** search
- function wallsoundbar()
- {
- wallsound = new Sound();
- wallsound.attachSound("wallsound");
- wallsound.start();
- }
- function eatsoundbar()
- {
- eatsound = new Sound();
- eatsound.attachSound("eatsound");
- eatsound.start();
- }
- function bansoundbar()
- {
- bansound = new Sound();
- bansound.attachSound("bansound");
- bansound.start();
- }
- function clickbansoundbar()
- {
- clickbansound = new Sound();
- clickbansound.attachSound("clickbansound");
- clickbansound.start();
- }
- _root.speed1 = 1.8;
- _root.speed2 = 0.8;
- _root.speed3 = 3;
- _root.speed4 = 5;
- _root.speed = _root.speed1;
- _root.tmpspeed = 0;
- _root.reboundcounts = 0;
- _root.onescore = 50;
- _root.score = 0;
- _root.addcounts = 150;
- _root.endcounts = 1000;
-