1
Ask a Question / Re: Progress bar
« on: June 16, 2016, 11:17:46 am »I have a progress bar but I don't know how to make it reduce in size smoothly, rather than in big steps!Hi.Draw your progress bar in Photoshop or illustrator and then when you imported it in Stencyl(as an actor) set origin point for it to right or left(not center) and then make a behavior for this actor.in the behavior make a timer(e.g make an attribute and put it in when updating event) and then subtract it by any amount you want(how much the number be smaller the progress bar size will reduce smoother) and then use "grow" block to reduce size of progress and then put that attribute in width section of "grow" block and for height section set 100%(we don't want change the height of progress bar,only width) and so on..=D
Help is appreciated