How to...Constrain actor movement
mdiak47
Member Posts: 7
How do I create actors that are constrained to horizontal and vertical movement, when the user chooses either?
Any help is appreciated. Thank you.
Any help is appreciated. Thank you.
Comments
self.Y_Constrain
Horizontal:
Change attribute self.X_Constrain to self.positionX
Constrain attribute self. positionX to self.X_Constrain
Vertical:
Same as above, but with the Y attributes.
Hope this helps!
One of the GS templets uses this,"Basic Table Tennis"
~CTM