Construct Tutorials
Learn game development and animations with Construct
-
如何实现本地网络预览
C2的LAN地址预览功能可以 让你所在局域网中的任何设备对项目进行预览 比如,你在wifi下连接了一台PC和一台iPad,你可以不经过繁琐的导出步骤,直接就在iPad上预览你的游戏。同样,如果你网络中还链接了其他PC和笔记本,他们也同样可以进行预览。这是一个相当节省时间的方案!下面我们就介绍一下如何实现。当然,首先你必...
-
-
Make website for your games
Having your own website to share your games with, or even make news or contact. In that way, fans & player will have one place to play your games & get the late...
-
-
How to toggle Game Sounds & Music
Well, as a game developer, you're going to use lots of sounds , and one or couple of music for your game to make it interesting. Sometimes player wants to mute...
-
Countdown timer: Creating one
Hey users! This is how to create countdown timers. Creating User Interface. To start, add a "UI" layer. To make objects in this layer "float" set the properties...
-
Simple Anti-Gravity Concept
Today I’ll be showing you an easy concept for Anti-Gravity in Construct 2. This allows you to flip around Gravity, so all you players and creatures will do ever...
-
More than one sprite in a Object
2. Go to event sheet and go "On start of layout = (Whatever you Sprite is called) Animations Stop". 3. Make the different Frames in the Sprite by double clickin...
-
Collaborate on projects with GitHub
UPDATE: Tutorial updated to match the current GitHub client UI. You may just seen Ashley 's tutorial about how to collaborate on projects with SVN . I recommend...