Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
Hey all,
I'm using the 8Direction behavior and want to adjust the Directions value on the event sheet (Like toggling from left and right --to--> up and down).
You can manually adjust the value on the instance but I'm not seeing that as an adjustable value in the spreadsheet. Is that something that is possible at this juncture?
Thanks!
Evil Dan
Develop games in your browser. Powerful, performant & highly capable.
I'm not entirely sure what you're asking, but have you tried using key codes? https://www.scirra.com/manual/113/keyboard
You can pass a variable into "Key code is down" and through that you can change controls during runtime.
Thanks for the response, seven - that would be another way to solve the problem, but I <think> I've found something else that will work even better yet.
But thanks a bunch all the same.