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
Hello. I am new to Construct 3.
I have a project made with Construct 2 and it uses SpriteFont +, Call JS and LiteTween plugins.
How do I add them?
Also, how can I remove the "Powered by Construct" screen(I'm using individual license)?
Develop games in your browser. Powerful, performant & highly capable.
Do you have access to Construct 2? You'll need to remove Call JS plugin from the project before importing to C3. Then in C3 you can re-add JS code using scripting.
Tutorial on converting Spritefont+ to C3 Spritefont:
construct.net/en/tutorials/migrating-spritefont-1305
And you can download LiteTween for C3 here:
github.com/erenertugrul/construct-plugins/tree/master/ported_plugins
Ok, thank you.