Hello guys!
I want to make my character to stop when overlapping with the cube trigger. And press and hold W for 3 seconds later it will play matinee. If he released it. The Matinee would pause. He will have to press W and Hold then wait for three seconds to play matinee. I can’t figure it out whats going on with my function. It only stop my player when overlapping the trigger cube. Won’t do the rest of the function. Can anyone give me a hint or help? Thank You!!
Hello Jamie Wu, there could be a lot of things going on here. I’m not sure if you would need to do that in your level bp but you could try it there.
I didn’t use the disable input node because then you won’t be able to press any ways so I tried using the disable movement node instead. We used the event BeginOverlap to allow input, then if the W key is pressed, I set a delay for 3 seconds in which then it can go through the gate node where it will check whether W key is still being pressed. Hope this works.