Swim

I’m making a game and was wondering how do I make my character swim in the water:eyebrowlift2:

There are many ways, the best thing is to experiment. As you find new ways to do things it will help you build up an understanding which will improve your ability to do other things.

Some ideas:
> Use states with a colision sensor.
> End the player object when it touches the water and replace it with a swimming player. Do the reverse when the player leaves the water.
> Apply an upward force when the player colides with a water object.

With python there are many other ways you can do it too.

It has as you do a favor to me sends an example because I am Brazilian and I did not understand a thing