Construct Tutorials
Learn game development and animations with Construct
-
Reflection Plugin Paster - Only 1 Event
Using just an event + paster plugin , I figured out a way to make a mirror effect, dynamic reflection that runs smoothly (reflection for the entire layout). ♥ w...
-
Stop Timer
This is my Stopwatch with few events. Hope your guy like it and give me your feedback if you want :D.
-
-
-
Vector Controls
Sometime back I have made vector controls in C2 for one of my client. Posting here so everyone can take advantage of same.
-
Some thoughts on landing pages
Landing pages are all the rage. So, I decided that I needed one for my iOS game, Eye of the Fiend . Other than the marketing aspect, I thought it'd be a good pl...
-
-
Fixed screen- Roomchanger
Today we'll make a "Fixed screen" (No scrolling), but when the PC moves out of view, the camera changes accordingly. It's a fairly simple code, and moslty uses...
-
Click to move-Pathfinding-Diablo style
There are many ways to go about the movement of the PC's in your games, and one of them are the classic Diablo movments, which is also used in my other MMO's. W...