Move an Actor with button

dariolessa

  • Posts: 72
I´m downloaded  "jump and run movement" behavior from StencylForge, and I want to trigger right movement from another actor (Right Button)




I used the preconfigured "custom events" but nothing happens.

Sorry for my english, my native language is spanish.
Thanks for your response, Best Regards.

GarrowGlitch

  • Posts: 226
You'd be better off making your own movement behaviors because down the road you'll encounter problems like i have. To start off simple, do in an always event: if right is down set x speed to 10 otherwise if right is released set x speed to 0. Them do the same with the other buttons for moving. then you can start adding in your animations with it

dariolessa

  • Posts: 72
I just fix the issue with "Trigger event "MoveRight" in behavior "Jump and Run Movement" for "actor of type" (not self).

Thanks GarrowGlitch, you are right i will make my own movements, i just encounter some problems with others movement too :(

Best Regards.