Topic: My movefile movement continues for 3 seconds

Hi.My movefile movement continues for 3 seconds. If I stop pressing the button the movement should stop like block. How can i do that with ufe on my custom movefile?

Share

Thumbs up Thumbs down

2

Re: My movefile movement continues for 3 seconds

Create another move (we will call it Move2) with a short animation, the last few frames of your 3 seconds move (we will call it Move1) would be fine.
Then, for Move2, in Input, put the same button execution than for Move1, BUT instead of "On button press", check "On button release", do not check "Requires press first", also put Move1 as a a required move for Move2.
Then, go to Move1, in chain Move , create a link for Move2.

It should work.

Share

Thumbs up +1 Thumbs down