I have a sound playing in sound icon ID 243. When I click another button on screen I want to stop that sound. What's the correct script icon syntax for that? None of the four below work.
243.sound.stop();
_level0.engine.243.sound.stop();
_level0.engine.243.sound.stop;
243.pause();