Help with swimming game
worminater
Member Posts: 4
I am making a game with similar style to Dolphin Olympics http://izismile.com/2009/01/05/dolphin_olympics_2.html
where the dolphin goes out of the water and depending on the angle of when it hits the water, gains more speed or loses speed. How could I do this in GameSalad?
where the dolphin goes out of the water and depending on the angle of when it hits the water, gains more speed or loses speed. How could I do this in GameSalad?
Comments
i.e. If your dolphin starts off parallel to the water you could have rules like;
If self.rotation > x
and
if self.rotation < y
Change Velocity to x
You would just need to figure out the angles you wanted to put in
I havent tried this but its something you could play around with
If angle is between 100 and 199 change velocity to ...
etc etc
For now though, I have to work.