Learn game development and coding with Construct 2
For everyone who has struggled in Construct 2 to do scientific notation, this tutorial is for you! MOTIVATION. Pode's DIV and iFrame plugins are amazingly power...
An example of the classic snake game. Uses r167.2. Examine .Capx. Uses arrays. Some notes included. In response to. This forum post.
This is a short tutorial on how to create pixel-perfect collisons with bullets. I will share my experience too about how its best to make it work. The idea is b...
This was written as an example for a fellow member in the forums to show how to store coins to webstorage. I have attached that example .Capx. <== It can found...
Say you want to make a list of running games multiplayer plugin, assuming you have all the connections and other requirements ready , we need two variables and...
Hi this tutorial is about Twitter share button. What you need: Browser Object. A Twitter button (Sprite). Touch Object. What you do: Add this event and action t...
You just downloaded and/or purchased Construct 2. You've got a game idea in mind, or perhaps you don't...Yet. Regardless, you're an eager young buck (or doe), r...
Raycasting is the process of drawing a line from some point to measure the distance to the nearest solid. It has a huge number of uses, with beams and lasers be...
Page 1 - The Theory. 1 pixel by 1 pixel sprite. - with behaviour 'Pin' . 'Mouse' or 'Touch' object. Any object you want to be drag-able. - add behaviour 'Pin' ....