i'm new to scratch and i want to make my own game. But i want to have a variable progress bar. please help me )
thank you!!!!!
Offline
Well, you can make a variable called Progress. At certain checkpoints in the game, you can set how much you want the Progress to go up. You can use scripts like: {If X = 20, change Progress by 2}. I don't think you can make it with a progress bar, though. Hope I helped!
--Codebreaker
Offline
Uhm. Not exactly sure what you meant but if you mean a variable called progress, then do what CodeBreaker said.
If you want a slider, the double click on the variable on stage.
Offline