home *** CD-ROM | disk | FTP | other *** search
- function reset()
- {
- rotgoal = 0;
- airplaneFrame = 0;
- airplaneFrameEnd = 0;
- gasCheck = 0;
- gasCheck2 = 0;
- speed = 30;
- horygoal = 4.5;
- rotationgoal = 0;
- mask_xpos = 0;
- powerxgoal = 7.2;
- batpower = 0.04;
- hit = false;
- pophit = false;
- }
- stop();
- level = 1;
- airplanepos = 0;
- gameOn = 0;
- planeOmi = new Sound();
- planeOmi.attachSound("Plane1");
- planeOmi.start(0,9999999);
- planeGas = new Sound();
- planeGas.attachSound("Plane2");
- planeNoGas = new Sound();
- planeNoGas.attachSound("Plane3");
- batlow = new Sound();
- batlow.attachSound("lowbat");
- altlow = new Sound();
- altlow.attachSound("lowalt");
- gotbat = new Sound();
- gotbat.attachSound("gotbattery");
- poper = new Sound();
- poper.attachSound("popone");
- catmeow = new Sound();
- catmeow.attachSound("meow");
- hiss = new Sound();
- hiss.attachSound("cathiss");
- talk = new Sound();
- talk.attachSound("talktoit");
- _quality = "medium";
- airplaneFrame = 0;
- airplaneFrameEnd = 0;
- gasCheck = 0;
- gasCheck2 = 0;
- speed = 30;
- horygoal = 4.5;
- rotationgoal = 0;
- mask_xpos = 0;
- powerxgoal = 7.2;
- batpower = 0.04;
- hit = false;
- pophit = false;
- rotgoal = 0;
-