Evanski's Audio Collections
A downloadable asset pack
Download NowName your own price
A GameMaker system to play/stop a collection of sounds
for GameMaker 2023
Ever wanted to stop a bunch of sounds at once but hate that you have to tell each sound individually to stop? Well stress not more!!
You do not HAVE to credit me, but it appreciated
You can edit this how ever you like
Just DO NOT UNDER ANY CIRCUMSTANCES RESELL THE SOURCE
Thanks!
You can view the github here: https://github.com/EvanSkiStudios/EvanskisAudioCollections
How to use
just crate an audio collection with EAC_audio_collection_create()
Then use the other functions to play or stop audio
Functions
- EAC_audio_collection_create(sound, sound2, sound3...)
Creates an audio collection and returns an array id of the collection
- EAC_audio_collection_play(audio_collection, index, [priority], [loops],[argument_array])
Plays a specified sound in the given audio collection
- EAC_audio_collection_play_all(audio_collection, [priority], [loops], [argument_array])
Plays all sounds in the given audio collection
- EAC_audio_collection_stop(audio_collection, index)
Stops a specified sound in the given audio collection
- EAC_audio_collection_stop_all(audio_collection)
Possibly the most useful and one you will use the most
Stops all sounds in the given audio collection
Status | Released |
Category | Assets |
Rating | Rated 5.0 out of 5 stars (1 total ratings) |
Author | Evanski |
Tags | Asset Pack, Audio, GameMaker, sourcecode |
Download
Download NowName your own price
Click download now to get access to the following files:
Evanskis_Audio_Collections.zip 91 kB
Leave a comment
Log in with itch.io to leave a comment.