This site requires JavaScript, please enable it in your browser!
Greenfoot back
MaxBest
MaxBest wrote ...

2018/1/25

Coding Problem

MaxBest MaxBest

2018/1/25

#
Hello, me again just wondering how I would fix this problem:
public void PlaySound(Sound, int Volume) {
        Sound.play();
        Sound.setVolume(5);
    }
What identifier would I use for sound?
danpost danpost

2018/1/25

#
MaxBest wrote...
What identifier would I use for sound?
GreenfootSound should work.
You need to login to post a reply.