Just thought I’d share my solution to using WASD keys. I know this wasn’t part of the course challenges but I did it just for fun anyway.
Using these blueprints I was able to hold down the WASD keys to control the floor, rather than repeatedly mashing the keys.
As you can see it’s quite lengthy, but it works. Maybe there’s a simpler solution to this?
I can connect up the Event Tick chain to be able to use the mouse as well.
When I was working out my solution for inverting the Mouse Y value I discovered I could achieve the same results using somethinig called NegateFloat. It basically does the same thing as float * float, only it’s hardcoded to multiplying -1 and you need to connect it up to the event chain (I can’t remember what it’s actually called. It probably isn’t event chain though. ).
Btw, enjoying the course so far. I’m looking forward to learning more about blueprints.