Discussions
Sign In
Forum rules
- please read before posting.
constrain
klarax
February 2016
in
Technical Q&A
hi,
whats the line of code that can constrain/uncontrain player movment?
is it through AC.Kickstarter
or through AC.Player
am i close ?
Comments
ChrisIceBox
February 2016
AC.KickStarter.playerInput.SetUpLock (true);
And the same for Left, Down, and Right.
Alternatively, you can use the Player: Constrain Action.
klarax
February 2016
Thanks works like a charm
Sign In
or
Register
to comment.
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Quick Links
Categories
Recent Discussions
Categories
14K
All Categories
69
Official news
1.6K
Engine development
11.8K
Technical Q&A
379
Games showcase
168
Extending the editor
254
Adventure talk
Welcome to the official forum for Adventure Creator.
Forum rules
Main website
Store page
Community wiki
Community Discord
Powered by Vanilla
Comments
And the same for Left, Down, and Right.
Alternatively, you can use the Player: Constrain Action.