sound effects for game

L

lindsay

Guest
I am following the Space Rocks tutorial and am at the point where I need to add sound effects to my game. I have Windows 10 and don't know how to get them in my game. The tutorial shows a drag and drop but my computer does not let me do that.
 
If you can't drag and drop into the IDE, then just do the same way that you would add anything else into your game: right-click Sounds on the Resource Tree and Create Sound.

Alternatively the manual has this:
Note that when you have the Resource Tree in focus, the top menu of the IDE has a new menu item:

This simply permits you to create a new resource without having to use the right mouse button
menu on an individual resource folder.

You would then select the Create Sound from that menu (or you can use the shortcut keys instead).

Then to do the rest of the stuff about selecting the sound file, just follow the instructions in the manual: http://docs2.yoyogames.com/index.html?page=source/_build/2_interface/1_editors/sounds.html
 

Toque

Member
So you drag a mp3 file into the sounds in the resource tree and nothing happens?


As stated. You can right click on sounds and Add existing and load that way.
 
Top