RedRobotHero
Technical User
When this code is executed, the sound cuts out far too quickly. I don't have crash.stop() anywhere in the code, yet. How do I get it to play the whole sound through?
Code:
crash = new Sound(this);
crash.attachSound("crash");
crash.start();