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
0 answers

Construct 2 MediaPlayer error

Hei guys, all right? So... I'm trying finish a game exported from construct 2 on HTML5 and When I use WebChromeClient on WebView or PhoneGap with Emulator (on my phone not work too). I get this error when the sound have to start: 03-01 18:08:14.891:…
0
votes
1 answer

App with Construct 2 and CocoonJS is not running on apple

i recently programmed an app with construct 2 and exported it with cocoonJS. The app runs smoothly on every android device I testes (Nexus 5, Samsung Galaxy S3) but not on apple. I was testing it with an Ipad 2 and Iphone 4s but it always…
0
votes
1 answer

Construct 2 to Windows Phone 8 screen resolution

I'm making an app using Construct 2 for Windows Phone 8 and I'm using the screen resolution guidelines found here. I'm using the WXGA screen, so a 768 x 1280 resolution. That is what I have set my layout size to in Construct. However, when I…
yiwei
  • 4,022
  • 9
  • 36
  • 54
0
votes
1 answer

error while testing Windows 8 app made by the help of Construct 2

I was trying an empty project in Construct 2 and export it as Windows 8 app project and I'm getting this error: Don't know what does it exactly mean and don't know what to do, a clue would be nice :)
Hendra Anggrian
  • 5,780
  • 13
  • 57
  • 97
0
votes
1 answer

How to change the "Fullscreen in browser" for the Snapped view (Windows 8 apps - Construct 2)

I'm working on a Windows 8 application using Construct 2. I set the Fullscreen in browser to Letterbox scale, and I want to change it to Scale for the Snaped view. I found the Windows8 on view state Snapped event, but I didn't found the action that…
Ouadie
  • 13,005
  • 4
  • 52
  • 62
0
votes
1 answer

Socket.io several rooms in Construct2

I am working on a game in Construct2 at the moment. It is a HTML5 Javascript Engine. I probably implement clay.io inside it. My question however is about "Rooms" Clay.io also helps with Rooms. However I am not sure If I will take that…
Schoening
  • 374
  • 4
  • 22
0
votes
1 answer

construct2 volume adjust with angles

new to construct and need some help getting a knob to set the volume of a track. How do i get the the know to stay within angles and adjust the volume to the attached audio accorindly. The image has the current angles i want to stay between.
Hector
  • 682
  • 3
  • 14
  • 27
-1
votes
1 answer

Does somebody knows how to tweak , animation for sprite in Construct 2

How to loop sprite animation, when the keyboard key (right and left) are pressed. And when the sprite stops on the contrary stop animation. PS: I have only animations 0 and 1. What I tried on the screenshotenter image description here
Unbekannt
  • 3
  • 1
-1
votes
2 answers

Error when opening project on Construct 2

I'm getting this error when I open the project on Construct 2, How can i solve this problem?
Syauqi
  • 41
  • 6
-2
votes
2 answers

Get asynchronous value's return on C2

Here is the code I'm using: const { exec } = require("child_process"); exec("ls -la", (error, stdout, stderr) => { if (error) { console.log(`error: ${error.message}`); return; } if (stderr) { console.log(`stderr:…
1 2 3 4 5 6 7
8