What I want to do is create a progress bar, but instead of setting the bar to a certain value when I grab the item, it increases the bar's value by five, which you will be able to see.
Develop games in your browser. Powerful, performant & highly capable.
Do you know how to do it for setting a value? Instead of 'Set value' for variable you can use 'Add to' and just add 5.
The problem is that that's for instance variables, I want to do it with a progress bar. I can't seem to find an 'Add To' option on the progress bar.
You can set the progress to progress+1 every X seconds, should show it increasing.
What — means is that your variable will be the bar's width.
See? You wont be "adding to" directly to the progress bar. The bar is just a sprite/image; instead, it'll have a width which you'll be increasing its value by "5" whenever its needed.
OP says they can't find an add to option on the progress bar so I'm assuming they mean the progress bar built into C2 where 'progress' is the amount that the bar is filled. That's the object I was referring to although you can make one with a sprite.
https://www.dropbox.com/s/k3mbq7nktvmbv ... .capx?dl=0