Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
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 made a small example to see what is my problem:
https://drive.google.com/file/d/1-0CYla2MgbQv56kfEZnlVD6Posqlf8R1/view?usp=drivesdk
I'm use sin(..) to place the platform (yes i need that, not the inbuild-sin behavior).
The problem is, when the player goes down, i have a small whitespace between the player and the platform:
Any idea how can i fix this?
Develop games in your browser. Powerful, performant & highly capable.
The "terminal velocity" of the platform object is less than the sin object.
Maybe set it to match while its overlapping it, or disable the behavior, and do your own movement.
There's many other ways.