I want to make a button you can push to make an animation in slow motion. If you don’t push the button on time, you fail.
How can I make this?
I want to make a button you can push to make an animation in slow motion. If you don’t push the button on time, you fail.
How can I make this?
An example is The Last Guest Story Game.
That game uses many quick time events.
just change the animation speed and if you dont you do some coding on how the fail system works!
But Im starting out coding. I don’t know much
how would this fail system work then? just explain to me on how it works then i might have an idea on how to make it
Well, if you don’t push the button fast enough, you’d have to do the whole quick time event over again.
If you don’t push the gui button fast enough, you have to redo the whole event.
retry the event when you fail on it?
Yes. Yeah. You start back at the beginning of the event and have to do it over again.
does it have on some point of time that you can early press and right press and late press
No. If you don’t press the button when it comes up, you basically doomed. Lol.
You have to press the button right then and there.