I am curious if Corona is able to handle more than one physics property in a single level.
Let me clarify what I mean by this to say,
Let’s say you have a golfing game, where you hit the ball from the bottom of the screen to the top of the screen.
Then you cut the screenHeight in half.
Where you now have 2 wind directions that you want to have affect the golf ball.
If you’re below the 1/2 Y mark the wind is +x
and if you’re above the 1/2 Y mark the wind is -x
Is this something that has been done before in Corona, is it even possible to have it done.
I’m thinking where you set gravity on the bottom half to like (4, 0)
and the top half gravity is (-8, 0)