Hi there.! Recently I made a actor that can jump and 2nd actor as a horse for example and can I jump over the horse actor it attach to him and move together ? I'm dunno and stuck there...
Just constrain the man to the horses y position + half the man's height or so.
Create 2 game attributes (integer) - game.horseY or something and game.horseX
In the forse constrain game.horseY to self.positionY and game.horseX to self.positionX Then in the man constrain self.positionY to game.horseY + (self. height/2) and constrain self.position X to game.horseX
Answers
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
Can you show me the code for the earlier question please
Create 2 game attributes (integer) - game.horseY or something and game.horseX
In the forse constrain game.horseY to self.positionY and game.horseX to self.positionX
Then in the man constrain self.positionY to game.horseY + (self. height/2)
and constrain self.position X to game.horseX