i am currently trying to make a theme song go through multiple worlds using
theme.stop
however i am having no ideas of how to stop it. it wont stop in the constructor or act methods of the sublclass i want it to stop in
You need a reference to the GreenfootSound object which is playing. So when creating it, make sure you keep a reference to it or you will never be able to do anything with it afterwards.