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

Run game local (file:///) Construct 2

I have a question like the one is asked here in this link: Solution: Run game local (file:///) Construct 2 I did the third step of the solution. I added self.loadProject(FULL_CONTENT_INSIDE_MY_DATA.JS); return; just after xhr.open("GET",…
0
votes
2 answers

My Game’s In-App Purchasing Doesn’t Function

I am a Android game developer in Nigeria. My app is in the playstore and it has in-app products. The default price is naturally in Naira, as is my Merchant Bank account. Here is the problem: when I try to purchase a product from my game, it gives me…
0
votes
1 answer

Facebook Api and Construct2 game Score

I am Ishtiak Ahmed, studying in CSE dept of Islamic University of Technology and I’m from Bangladesh. I am new to construct2. I’ve liked the game engine very much. For that reason I chose to make a game for my final project of 3rd year using…
0
votes
1 answer

IntelXDK keeps showing building but nothing happens

I am using XDK for a while but suddenly whenever i build codova apk then it successfully uploads file to server but when i hit build app then it keeps showing building and then after few minutes it goes back to build page and did't build the app.…
0
votes
1 answer

levelc omplete with global variable

I have an issue with finishing a level using global variable when I make a global variable for enemy count is = 0 then add 1 to level variable, but when I start the game and destroy all enemies the global variable keep adding 1 to levels…
tariq khan
  • 21
  • 1
  • 2
  • 8
0
votes
2 answers

Animations Bar can't be found in Construct 2

I'm trying to do animations on Windows 10, but I can't find the animations bar. Is there a hotkey to bring up the Animations Bar?
Joe Healy
  • 5,769
  • 3
  • 38
  • 56
0
votes
2 answers

How can add space-key to jump for Platform behavior in construct 2?

I'm using the Platform Behavior in Construct 2 for a Windows 10 game. In addition to the arrow key, I would like to use the Space bar to get the sprite to jump. Can I tell it to call into the Platform behavior somehow or get it to let me map space…
Joe Healy
  • 5,769
  • 3
  • 38
  • 56
0
votes
1 answer

How to make tool font size bigger in Construct2 IDE

I'm using c2 with windows 10. Surface3 with a side monitor that has a resolution of 2160x1440. The text on the IDE for C2 is tiny. Any way to increase the font size used in the IDE similar to what you can do with Visual Studio or Android…
Joe Healy
  • 5,769
  • 3
  • 38
  • 56
0
votes
1 answer

Phonegap app performance on Nexsus vs Samsung

I'm developing a mobile game for kids in HTML5 using Construct 2 as game engine and Phonegap build to compile the game. I test my game on Nexus 4, 5, and 9 devices, on HTC and on Samsung Galaxy S4 and Samsung Note 3. On the Nexuses and on the HTC my…
0
votes
2 answers

Construct2 - Layout transition is not showing animations

I am having a problem with my game: when I press the "go back to main menu" button at the pause menu, I go back to the main menu layout. The problem is: It does not run sprites' animations of the main menu, just movements. How can I fix it? Oh, and…
0
votes
1 answer

how to get a cordova plugin for construct2

I've been working on a platformer game in construct2 for a school project and I needed to use a cordova plugin for construct2, after searching for a while I've found free plugin created by cranberrygame but there is a tricky way to get it for free.I…
user4709167
0
votes
1 answer

Is there a way to export a game into a .EXE file?

I finished my first game, I and I want to export it. But, I do not want to do one of the options that was given (Website, Chrome Web Store, Kongregate (might actualy do), and some others). Is there a way to create a .EXE file for my game? If so,…
The Man
  • 149
  • 3
  • 14
0
votes
2 answers

How do I add a variable to a piece of text?

I am creating a side scroller game, and I want a counter on the UI that counts how many times the player has died. But, I do not know what to add to what I have already. I tried typing the variable name behind the &, but it did not accept that. What…
The Man
  • 149
  • 3
  • 14
0
votes
0 answers

"Your browser does not support html" - Http get request

I am trying to get some data from a webserver, at http://orbyte-games.pe.hu/hosting/theAmateur/training_01, and when I use python to get the content, it returns the correct data. However, when I try to access it from Javascript (Construct 2 namely)…
VeryAwkwardCake
  • 339
  • 1
  • 3
  • 11
0
votes
1 answer

Facebook photo upload with JavaScript is not working

I need to write a javascript code for construct 2 plugin. below is my code : Acts.prototype.PublishToWallPHOTO = function (snapshotdata) { if (this.runtime.isDomFree || !fbLoggedIn) return; var blob; try { blob =…