Can't do something like for exemple a cum progress bar ? or something like that ?A progress bar would have to be specific per scene as they can be made in countless ways, or not follow a specific pathway, or have no ending at all.
All i'm asking it's if we can make a UI progress barIt all depends on what's being used in the scene.
I've seen some scenes with a "arousal progress", but the setup involved is dependent on the scene's make-up.
VAMMoan has arousal levels, but I don't know if what the plugins defines as arousal is available as data to some other atom or plugin. And of course, this is if the scene in question uses VAMMoan, could use something else or nothing similar.
with plugins or custom variable of courseAll i'm asking it's if we can make a UI progress bar
It will be really difficult to explain i know what to put in but i just don't know how to make the progress bar itself xD sorry for the lack of informationSure, you can make a UI progress bar of some kind. I'm saying that the issue is that "progress" is scene specific in a conceptual and tooling sense.
What are the data values to use in that progress bar? Maybe you can set some data points in some similarly made scenes, but chances are other scenes will be very different and need different data sets, if at all reasonable.
Hello can u tell me how to show your timer on a UISlide ? Btw i'm totally in love with your plugins the possibility are nearly infiniteSounds like you could just LogicBricks with a UISlider atom?
Sure, here you go, see attached scene.Hello can u tell me how to show your timer on a UISlide ? Btw i'm totally in love with your plugins the possibility are nearly infinite
Okay i saw it, that is very clean but can i activate something when the bar is full ?Sure, here you go, see attached scene.
There is a Loop brick, which is better suited than a Timer in this case. It triggers a Counter brick 50 times every 0.2 sec, so it takes 10 seconds in total. The Counter brick in turn updates the UISlider whenever it changes. To trigger it all there is a button which first resets the Counter and then triggers the Loop.
Sure, the Counter brick got a trigger you can hook to.but can i activate something when the bar is full ?
If you have something that decides whether the character looks at the player/something (LogicBricks doesn't have anything for that), you could use a SelectChoice brick to flip the direction of the counter. Something like this: Timer -> SelectChoice -> Countera progress bar that go up, but when the character look at us, or another atom it goes down.