Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

thanks i'll give that a go. Seems like im just gonna have to settle with a regular windowskin atm. Do you think you'll add in options some time to make the progress bar to be anle to have rounded edges, be able to resize the progress bar and be able to move the text to x/y locations..? you can prob see what i was trying to do in this picture. I'd actually like to be able to move the entire thing up closer to the timer too if possible.

Hi, thanks for the suggestions. I would need to look into how round edges work on gauges, everything else should be pretty easy for me to implement 😁

Nice, well that's some good news :)
Hopefully you can figure out the rounded edges, I think it'd  be a nice addition, an option to have straight or round edges.
BTW, I couldnt figure out how to do the success fail thing  after 5 hours.. lol

What do you have that isn't working?

This is how I have my test project set up. My button mash in the plugin parameters has a total of 100 and a result variable id set to 56:

Then, in my event, I perform the button mash and after it is done check if variable 56 is equal to 100 (the total) or not, and if it is not I know the player did not complete the button mash. If it is I know they did complete the button mash:

AH! Thanks for this..
"check if variable 56 is equal to 100"
Thats where I went wrong.. the bit I didnt understand and was missing.

Thanks again :)