[Solved] Why is Crash Course walking behavior not working?

GeoffBorchers

  • Posts: 4
Okay, so I'm making my own game project, and I decided to use the crash course walking behavior as the walking behavior for my character (why re-invent the wheel, eh?) so I attached it to my character, filled out the speed field and control fields, and assigned idle and walking animations.

When I go to test a scene, however, is when I run into a problem. I press the buttons I've assigned to move right and left, and my character does so, but he won't switch animations to the ones I've assigned in the behavior!

If you could help me out here, I would be very grateful.

« Last Edit: August 15, 2011, 06:58:07 pm by GeoffBorchers »

chaosoul

  • *
  • Posts: 260
Ahh I believe you need the behavior called animation manager attached to your actor. We are talking about the platformer kit right?
COOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEESS

GeoffBorchers

  • Posts: 4
Eh, we might be talking about the platformer kit. If that's the one that you're told to download during crash course, then yes. I just downloaded the one behavior, so I'm not sure what came with it.

coleislazy

  • *
  • Posts: 2607
If its just the behavior from the crash course, it should not need anything else to make it work.

I would make sure you have the correct animations picked on the Behaviors tab of your actor and the correct animations in the Appearance tab of your actor.

If you downloaded a different pack, you may need to attach the OnGround behavior. This one gets a lot of people.

GeoffBorchers

  • Posts: 4
I downloaded and attached the OnGround behavior, and that didn't fix it.
I've checked the animations both on the behaviors tab and appearance tab, and those are correct.

So, sorry, but the problem's still there.

thor6577

  • Posts: 189
Download the Animation Manager behavior that should help.

coleislazy

  • *
  • Posts: 2607
If you upload the game to StencylForge and made it public, we could download it and see what the problem is.

GeoffBorchers

  • Posts: 4
Sorry, I forgot about your animation manager suggestion. That did in fact fix my problem! Thank you so much :D

thor6577

  • Posts: 189
Your welcome i had that same problem today when i made my own character so i was happy to help.  ;D