Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

sorry for not replying earlier but this was very tricky to make. First of all the music has ot paly in a channel in order for you to be abke to check it’s offset, them I put it’s offset through a module, I would them make actions if the module value was below 0.1, the exact expression is mod(SoundChannelPlayingOffset(5),2), the number 2 is for how frequent I want this value to return a number smaller than 0.1, the smaller this value (2), the more frequent it is true.

Sorry if it’s confusing, it was very tricky to figure out