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
I have a space station that consist of an interior on the bottom layer, and an exterior on the top layer. The station rotates in orbit, and I want my players and npc's on the interior to rotate with it and still be able to walk around normally like on a real spacestation.
It's a bit of a meager description your providing here .... an example would do wonders ...
Anyways, it sounds like you could do with something like:
When space station rotates x degrees, apply same rotational angle to whatever needs to rotate too,
Develop games in your browser. Powerful, performant & highly capable.
I want the player to move with the station as it rotates, so that if he stands still, he will stay at the same spot on the floor while the floor moves, so everything in the station isn't moving around him.
How about pinning the player to the floor when he is not moving, and disable the pin when moving.
Simple, yet effective