Learn game development and animations with Construct
Construct 2's Text object supports Web Fonts , which are fonts hosted online. This is really handy for using interesting fonts because you can't guarantee every...
An example of what can be accomplished using this tutorial and the provided TBS.Capx template visit the game Classic French vs British on the Construct Arcade....
Hello, everyone! This is my first tutorial, so if you guys like it and want me to make more, let me know! Also, full disclaimer: I am not an expert at using Con...
This tut is really basic, but it shows how easy it is to get a real 3d first person shooter up and going. It uses "billboarded" Sprites instead of any 3d object...
See .Capx files for code and example (at the bottom). I split it into multiple event sheets for easier readability. Please keep in mind you will need a subscrip...
If you want to load a XML data from PHP server into arrays , variables or anything else in yor app or game check this out. All My tutorials here. 1) Upload the...
If you want to load a Json file from server into arrays , variables or anything else in yor app or game check this out. All My tutorials here. 1) Upload the fil...
In this tutorial file attached you will learn how to use the timelines with animations for your game , there are a lot of more you can do with timelines but it...
In C3 we now have the option to subclass objects. This essentially means writing a class that extends an object class and will allow us to add custom code to th...