Skip to content

Commit 65de6e1

Browse files
authored
Update ScaryMaze.java
1 parent 21339d9 commit 65de6e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/section5/ScaryMaze.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ public void mouseMoved(MouseEvent e) {
5858

5959
private void scare() {
6060
System.out.println("BOO!");
61-
//9. Find a scary sound and put it in the day5 package where you put your maze picture. You can find a sound on freesound.org. Log in as leagueofamazing/code4life.
61+
//9. Find a scary sound and put it in the section5 package where you put your maze picture. You can find a sound on freesound.org. Log in as leagueofamazing/code4life.
6262

6363
//10. Use the code below to load your sound. Change the file name to match the name of your sound file.
6464
//AudioClip sound = JApplet.newAudioClip(getClass().getResource("standardScarySound.wav"));
6565

6666
//11. Play the scary sound. Hint: type "sound" and then a period.
6767

68-
//12. Drop an image into your day5 package, and use the showScaryImage method to scare your victim!
68+
//12. Drop an image into your section5 package, and use the showScaryImage method to scare your victim!
6969

7070
}
7171

0 commit comments

Comments
 (0)