toggle menu
Categories
Discussions
Dashboard
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Dashboard
Sign In
·
Register
×
Home
›
GameSalad 101
›
Working with GS (Mac)
apply max speed in only X direction?
scitunes
Member, Sous Chef
Posts:
4,047
December 2009
edited November -1
in
Working with GS (Mac)
Is it possible to apply max speed to only the X direction and allow Y velocity to be unconstrained?
Comments
firemaplegames
Member
Posts:
3,211
December 2009
You might be able to clamp it with a Rule:
When self.LinearX > someValue
self.LinearX = someValue
I would try that first
Joe
scitunes
Member, Sous Chef
Posts:
4,047
December 2009
yep that works. thanks!
Sign In
or
Register
to comment.
Comments
When self.LinearX > someValue
self.LinearX = someValue
I would try that first
Joe