Pong | Importing sound files into the game.

  1. Using Windows Explorer, find your Pong project folder and create a new folder called 'sounds'.

Creating a folder to save sounds into

  1. Inside the sounds folder, download and save these sounds.
    Right click each file below and choose, 'Save link as...'

    bounce.wav goal.wav

Sounds folder

Go back to Defold and you should see the new folder and file in the assets panel. Note there is no way to import sounds into Defold using the IDE. You have to do this in Windows.

Graphics in the assets panel

The next stage is to create sound objects that will use these sounds. Stage 9b >