Followed the video guide on making a 2D sidescroller for the past few hours as I learn the program (The version differences made it tough!)
But I got all the way to the end successfully, except my character wont die. I have all the things set like the guy in the video did (to the best of my knowledge), and the healthbar will show I’m dead, but it wont disable input/show my death animation. Could someone perhaps tell me where I goofed? I’m totally new to this program and came from using Construct 2 to this. link text
I attached my blueprints as I’m sure they will hep immensely in finding out where I goofed.
I just tried that, but ran into the problem that the “False” output will only allow 1 outcome, so I had to add it to every event. But even with the event activated, my character wouldnt play the dead animation and was unaffected. Here is what I did from your advice:
The Any Damage isn’t connected to the Set Node You need a branch there; Otherwise you’re always setting the input to be disabled. So unhook the Bool check from the SET BOOL to a Branch (If the branch is true then set the bool to true and disable input .etc)
Also, Your Set Input isn’t connected to the Branch from “1”
After banging my head for a bit and feeling like a helpless ninny, I finally managed to get it to work with your help, here is a picture of what it looks like for anyone interested A Huuuuuuge thanks to you, man. You earned these thumb’s up
(Also I used branches everywhere else that disable everything if you died, not in the picture)