Physic is... useless?

I’m still new to corona(I didn’t use it some time). So i want to make platformer.BUT i tried to use physic library for jumping - and character too bouncy. But i can create a function that changes y of character. Soooo…

What should i do?

You should read the guides.

https://docs.coronalabs.com/api/library/physics/index.html

When and where to use physics completely depends on your needs. Calling a physics engine useless just because you don’t know how to remove bounce from an object is a stretch.

You can create a simple platformer with or without physics, but I would wager the physics route is easier in general if you aren’t an experienced programmer. Do just like @ojnab said, i.e. rtfm. :smiley: