Linear velocity?: is there a specific direction?
stefdelec
Member, PRO Posts: 146
Hi,
For example I have a ball which goes up a down, I want this ball to always go more than speed "a" (a number). Can I create this rule:
if attribute linear velocity Y < "a" => change attribute linear velocity to "a"?
Thanks,
Stéphane.
Comments
Yes, you can. Have you tried it?
You could also constrain linear velocity Y to max("a",linear velocity Y) which will always pick the larger of the two values.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
Yes, I ve tried. But it doesn't answer properly. Don't really know why. Thanks for the answer, and thanks for the suggestion with "constrain".