ios - SKSpriteNode personA moves with platform after landing on top of it -


when user taps on screen, person jump , land on platform. once world starts moving downwards, person stay @ it's original position split second , fall onto platform again due gravity.

my question how stop this? want person stick on platform once it's on until user taps again jump platform.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -