private void Music()
{
if (Greenfoot.isPlaying("Conclusion.wav") = true)
{
}
else
{
Greenfoot.playSound("Conclusion.wav");
}
Keep getting the error 'cannot find symbol - method isPlaying'
Any Ideas?

