Questions tagged [construct-2]

Construct 2 is an HTML5 game development engine from Scirra. Construct 2 is the follow up program to the open source Construct Classic.

About Construct 2

Construct 2 is an HTML5 game engine from Scirra. Construct 2 required no programming experience to make games, but Scirra offers a fully documented JavaScript SDK that allows people to extend Construct 2's capabilities.

Free Edition

Construct 2 has a free edition available for anyone to use (including educational institutions). However, it also has a few limits built into it than can only be unlocked by upgrading to the paid edition.

Resources

115 questions
0
votes
1 answer

Editing Exported Code - Construct 2

A friend has asked me to check out an old uni project he did using Construct 2. It was made using a uni copy of Construct so I have no way of editing the original files, and only have access to the online export. Please bare in mind that I've never…
0
votes
1 answer

Construct2 List Creation

I need to show a list of games a user has assigned to them in Construct2. I'm brand new to the program and am at a loss at how I can do this. What I need to do is use the AJAX function to call an external resource; that resource will return JSON,…
Brian Mains
  • 50,520
  • 35
  • 148
  • 257
0
votes
1 answer

Construct 2, export for iOS with Ejecta and iOS8 webview result in a blank screen

I have noticed that every app created with Construct 2 and exported via Ejecta cannot play on an iOS device, that is results in a blank screen. Could this be the result of WKWebview problem with local files ?
abinop
  • 3,153
  • 5
  • 32
  • 46
0
votes
1 answer

Development of Mobile Games

There are times I have been researching on the best way and tool for developing mobile phone games, and came to a small conclusion: I need help from someone with knowledge to tell me what is the best tool for game development. I've tried to be easy…
0
votes
2 answers

How do I get my android webview make a load locally

I have a doubt. What happens is the following: I exported my game by using cocoonjs contruct 2, but I want to run it on my android webview by, because I want to implement starApp, and cocoonjs not support this. So, using my code below, I get only…
0
votes
1 answer

Game development on android using tools like Construct 2

I tried out the Construct 2 for developing a small game yesterday and I pretty liked it. I was curious on using it for game development in Android. It did give an option to export my project to Android but of course I had the trial edition and had…
user3146095
  • 419
  • 2
  • 7
  • 25
0
votes
1 answer

Timer in Construct 2

I'm using Construct 2 for create a game. It's just for browser, not mobile. The thing is, I need to use a timer, this timer going to start from 10 seconds and countdown. When the timer it is in 0, I stop the game, show the score and put a button…
0
votes
1 answer

Exporting construct2 game from intel xdk shows me the game twice

I am trying to export the html5 game I made in construct2 to my android using intel xdk. This work on my phone, but when I am trying the game in my phone ,the phone shows the game twice-one above another. I of course want to see the game only once.
Yagel
  • 1,184
  • 2
  • 18
  • 41
0
votes
1 answer

How do I send a message from an app made in Construct 2 to my email?

I.m working on an app made with Scirras Construct 2 Engine. The engine is pretty straightforward using HTML5 and Javascript. I'm trying to learn how to send a message from my Construct 2 app to my email. I want this feature because I'm trying to set…
RookieDev
  • 9
  • 3
0
votes
1 answer

Mouse stop clicking when fully loaded

I made a game and I used construct 2 to build it, I have a problem regarding the mouse clicking (outside the game) for example the user cant scroll down using the mouse (left click) only keyboard or scroll button on the mouse. What could be the…
Peril
  • 1,569
  • 6
  • 25
  • 42
0
votes
1 answer

Can I build games w/ Construct 2 and compile w/ new VS 2013 Cordova support?

After noticing the added support for Apache Cordova builds into Update 2 of Visual Studio 2013, I wonder if it could be possible to create a game with Construct 2, export as phonegap app and build using this new VS feature. Thanks in…
0
votes
1 answer

How to only alert when boolean is false (AND/OR set variable with javascript in Construct 2)

I am building an iOS-game in "Construct 2" and trying to use the Phonegap-plugin "Headset detection" to alert if a Headset is not plugged in. I am able to create an alert-box (true/falls) to tell if the user has plugged in a headset via…
jan2000
  • 3
  • 5
0
votes
1 answer

Screen orientation for a firefox OS game using construct 2

I made a game using construct 2 and ported it to firefox OS.i want to play it in default landscape mode.I was seeing black screen up and down when i was playing it in portrait. Need help.
Santosh
  • 2,093
  • 1
  • 15
  • 21
0
votes
1 answer

How to choose the correct dimensions for smartphone Android games?

I'm developing an Android game to be played horizontally on smartphones using Construct 2. I am just bit confused on the topic of screen dimensions. There are many different android devices up there which has different dimensions. Is there any…
CompilingCyborg
  • 4,760
  • 13
  • 44
  • 61
0
votes
1 answer

Construct2 Collisions Gone Weird

I am making an infinite runner, but when I run my character is inside the floor a little bit. I made a new project with the template "Infinite Running", then changed the player graphics. Picture from Debugger: https://i.stack.imgur.com/VPRKH.jpg