Atributes not affecting Gravity but still move

theastamanatheastamana Member Posts: 6
Hello everyone,

In my game I have gravity, but now i want moving clouds and sort of stuff. But my clouds are getting screwed by gravity in the scene. How can I don't let the cloud get effected by gravity but still able to be moving around.

Thanks in advance

Comments

  • HapiappsHapiapps Member Posts: 373
    Constrain y to the height you want it, so it can move left and right and not down.
  • JohnPapiomitisJohnPapiomitis Member Posts: 6,256
    Dont use scene gravity. Put an accelerate behavior in the down direction for everything you want gravity on. That way anything without that wont be effected, and you dont need a bunch of constrains for everything you dont want to have gravity.
  • theastamanatheastamana Member Posts: 6
    Thanks, I will go try both, see what fitss best.
  • JohnPapiomitisJohnPapiomitis Member Posts: 6,256
    Use the method i said, you dont want to have an extra constrain for every object you dont want to have gravity.
  • beefy_clyrobeefy_clyro Member Posts: 5,394
    Yeh definitely use Johns method
Sign In or Register to comment.