Importing audio files into Stencyl
Let's import our first few audio files into Stencyl. We'll import both the OGG and MP3 versions of the sound files so that we can publish them to Flash as well as the other target platforms. Perform the following steps to do so:
Go to Dashboard.
Under RESOURCES, select Sounds, and click on the Create New button, as shown in the following screenshot:
The Create New... window will appear. Provide the name
Whip Away
, then click on Create, as shown in the following screenshot:The sound editor window will now appear. To begin with, let's click on Import MP3, as shown in the following screenshot:
A file explorer window will pop up. Navigate to
Game Assets\Sounds\MP3
, then select and importwhip.mp3
.Next, click on the Import OGG button, as shown in the following screenshot:
This time, navigate to
Game Assets\Sounds\OGG
, then select and importwhip.ogg
.
Excellent! If you see the two green tick marks appearing beneath the import button we just used, then you have successfully...