Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+3)

A question - often I see chat contraption being done with a "prev" button too, if you do that, you'd want to move the slider backwards accordingly, right? Otherwise they'd get out of sync.

I'm also figuring you'd want to reset the slider to 0 when you go to the page, I think?

(+1)

In my case I don't have a "prev" button, so I didn't do anything specific to make that happen, but yeah that's definitely something you have to take into account if you want a "prev" button.

For now I have a "reset" button with a very simple script to manually set the slider to 0 whenever I want, while I'm still figuring out how to add more stuff. I don't know yet how I'm gonna replace that in the final project! :p