How would I create the logic so that my characters steps glow on the floor?
I want my character to take a step and have a small section of the floor glow around it. Bonus (have it fade out slowly when the foot is off the spot)
-
Isnt there an output in the puppet logic thing that tells you where the footsteps land? Just spawn glowing spots at that location every time he steps.
-
Inside a Puppet's Logic, the blue gadget called "Puppet Interface" can detect "Heel Strikes", which happens when each foot touches the ground. It sends a pulse, so you could use emitters on the feet to spawn the footprints when that happens.
Let us know how it goes.
-Pablo
Please sign in to leave a comment.