How do i add music

how do i add music to games that i make in the wick editor

1 Like

step 1
find the music you want (in wav or mp3)
step 2
find a thing that will trigger the sound ( like a frame or a key press or an object of somesort) and add “playSound(“sound.mp3”)”
step 3
import the music in to wick using the import button
step 4
find and click on the file in the asset library
step 5
copy the name of the file
step 6
change “sound.mp3” to “(the name of your file)”
step 7
high five yourself cause you did it !

(if using wav type .wav instead of .mp3)

4 Likes