Construct 2 Tutorials
Learn game development and coding with Construct 2
-
Algorithm Plugin
The Algorithm object is a very simple plugin that allows one to easily create algorithms. Algorithms are essentially flowcharts. I created this tiny plugin for...
-
Random with Bias
This is (hopefully) a quick tutorial allowing you to set a bias of random options you might have. The example .Capx file can be got : Here. We're are going to u...
-
Make A Sliding Marquee In One Action!
I wanted to make a sort of sliding marquee for the splash page of my game, something that could give the player a few tips on how to navigate, etc. I didn't wan...
-
Facebook - How to Invite a friend
Level: Intermediate to Advanced. Pre-Requisites: 1. Knowledge of Javascript and Facebook Developer Docs. 2. Read the tutorial on Facebook - How to get a list of...
-
Facebook - How to get a list of friends
Level: Intermediate to Advanced. Pre-Requisite: Knowledge of Javascript and Facebook Developer Docs. The Facebook plugin that ships with Release 116 currently c...
-
Android games with CocoonJS
This tutorial will show you the steps needed to get your game on to Google Play / the Android Market. This info was gathered from other tutorials and forum post...
-
How to talk to the page your game sits in
This tutorial will show you how to communicate with the page that your game is sitting in, which could give you some pretty awesome options! View the online dem...
-
-
AJAX in local preview on localhost:50000
Recently I started using AJAX and XML object on scirra's C2. The first issue I faced was "how to get AJAX data while running my preview by pressing F5?". When I...