home *** CD-ROM | disk | FTP | other *** search
- stop();
- swin0 = new Sound(this);
- swin0.attachSound("swing0");
- swin1 = new Sound(this);
- swin1.attachSound("swing2");
- swin2 = new Sound(this);
- swin2.attachSound("swing1");
- groan0 = new Sound(this);
- groan1 = new Sound(this);
- groan2 = new Sound(this);
- groan3 = new Sound(this);
- groan0.attachSound("groan0");
- groan1.attachSound("groan1");
- groan2.attachSound("groan2");
- groan3.attachSound("groan3");
- hit0 = new Sound(this);
- hit1 = new Sound(this);
- hit2 = new Sound(this);
- hit0.attachSound("hit0");
- hit1.attachSound("hit1");
- hit2.attachSound("hit2");
- groundhit = new Sound(this);
- groundhit.attachSound("groundhit");
- laugh = new Sound(this);
- laugh.attachSound("laugh");
- cannot = new Sound(this);
- cannot.attachSound("cannot");
- nochance = new Sound(this);
- nochance.attachSound("nochance");
- resistance = new Sound(this);
- resistance.attachSound("resistance");
- nothing = new Sound(this);
- nothing.attachSound("nothing");
- death = new Sound(this);
- death.attachSound("death");
- fireballsound = new Sound(this);
- fireballsound.attachSound("firebally");
- discharge = new Sound(this);
- discharge.attachSound("discharge");
- bgmusic2 = new Sound(this);
- bgmusic2.attachSound("bgmusic2");
- pausesound = new Sound(this);
- pausesound.attachSound("pausesound");
-