He want us to use these formulas but we dont know how.
If anyone has any idea it would be very helpful. fireboy_v4 (1).aia (2.3 MB)
PD: We are begginers and we dont know much about app inventor.
You are trying to code a game; you want to implement a jump for your character and you have asked to your teacher how to implement that ?
If this is the case, forget what he (the teacher) has said and learn what @marco_tanzi has linked in his previous post. That is far enough and easy to achieve to do what you want (in addition to the improvement in the smoothness of the jump as suggested by @Kevinkun ).
your teacher has explicitly asked you to implement the vectorial equation and he has told you the formulas that you have posted ? This is a completely different story: you have to code those formulas with the AI2 blocks, then you have to apply to your character to make it jumping. That is fairly more difficult, but @ABG has already suggested you another well working solution.
(Very often an easier solution is the best one)
Best wishes.
My last hint is: before you go on with further development, please try to don't use multiple screens (like scren1, screen2, screen3, and so on) but use virtual screens instead. If you use multiple screens, you will become crazy in passing variables across them and you will fight many other constraints. Therefore, search the forum for "virtual screens" or take a sight to my annexed example to see how virtual screens work. MultipleScreenLittle.aia (849.0 KB)