How do I make my character jump..
praj
Member Posts: 68
I know how to make it jump..sort of.. because when i click up button, it moves up and when i let go, it stops there.
How can i make it go back down even when i am pressing up due to gravity?
How can i make it go back down even when i am pressing up due to gravity?
Best Answer
-
NovicaStudio Posts: 174When key Up is pressed for 1 second accelerate upward, after 1 second accelerate downward. I have seen people do that before. It is one of the more simple ways.
Answers
That is how we did in Little Dragon
http://www.jamie-cross.net/?p=446
Jamie
http://jamie-cross.net/posts/ ✮ Udemy: Introduction to Mobile Games Development ✮ Learn Mobile Game Development in One Day Using Gamesalad ✮ My Patreon Page
Guru Video Channel | Lost Oasis Games | FRYING BACON STUDIOS
How can I make my player jump by touch any where in the screen
@A.MDeveloper
Add a rule. change it from when "All" when "Any".
type Touch select "is outside"
type Touch select "is inside"
then do your jump inside the do part of the rule.
Simple. Go to Actor>Physics>Bounciness=0.
The settings needs to apply to both player actor and floor
can you tell the process in detail.Thank you