Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

TIC-80

Fantasy computer for making, playing and sharing tiny games. · By Nesbox

Music Fade

A topic by sammy6 created Jan 18, 2020 Views: 354 Replies: 3
Viewing posts 1 to 3

I'm trying to make music fade out when you press a button. I've seen the RAM thing but I'm not sure how to set up the poke() command to change the volume.

Did you see https://github.com/nesbox/TIC-80/wiki/RAM? I've made a bit of edits to it recently after some research of the different sections of the RAM.

Yeah I have, I'm just not sure how to edit the volume in it.

Use poke() and poke4() to write to RAM.