bouncing actor going towards player actor

digitalzerodigitalzero Member, BASIC Posts: 639

i have an actor that will be bouncing towards the player actor and im trying to figure out how to do this... the hero already has its x and y coordinates tracked but there is also a rule that is placed in the actor when it hits the ground it changes its self.motion.linear.velocity y to 200 but i need the actor to continiously bounce but bounce towards the actor

i have tried these things: move toward behavior, accelerate towards behavior and also the interpolate behavior but none of those work the way i want them to

Comments

Sign In or Register to comment.