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

Phonegap IOS app goes black after splash screen

I have created an android app that works perfect, however when exporting to IOS and creating with phonegap the app loads the splash screen and then the screen goes black and nothing further happens. Any insight would be very helpful. Thank you.
tekas
  • 1
0
votes
1 answer

CSS Custom Fonts In Construct 2

Okay, so I have been developing utilizing Construct 2. I installed a custom font, and it works great locally. However, when I try to upload and visit on my phone, the font doesn't render. Eventually after scanning forums, I found that I can use an…
0
votes
1 answer

Video playback on IOS11 doesnt work (construct2 / cordova)

I got a question about a project i released months ago. I included video files (intro) which worked perfektly. But now our customer told us that on ios 11 the video plackback isnt working anymore. I tried it out and hes right. I can only hear the…
IDK
  • 127
  • 11
0
votes
1 answer

I have no simulate controls in construct classic

I want to make other jump button in Construct Classic. But, as many people saying i need to use "simualte controls" action. But i can't find it. I tried to find it on many forums, googles, and nothing. I just can't
user7158512
0
votes
1 answer

Virtual keyboard (Android) overlaps my Construct 2 game

I'm currently working on a game with Construct 2, but I'm having some problems running it on Android. I posted this topic in the scirra forums, but nobody answered me :…
CHES VCF
  • 43
  • 5
0
votes
2 answers

Reload a gun in Construct 2

I have a game of Zombies in contruct 2, yes i'm very creative, i developed a gun system that shoot when you have bullets in your gun. In case o you don't have a bullets in you gun the system subtract eight bullets to yout bullets and put eight…
Yamil Vernet
  • 13
  • 1
  • 5
0
votes
0 answers

Cannot get Construct 2 Pong sample to work with AirConsole. Everything loads except paddles

I'm not having much luck with Construct 2 and AirConsole. I've followed the information on here: https://developers.airconsole.com/#!/guides/construct2 and downloaded the example file and installed AirConsole Software Versions: Construct 2 r239…
0
votes
1 answer

Inability to correctly scale canvas on iOS for an AirConsole controller created in Construct 2

I have been playing around with creating AirConsole controllers using Construct 2. Construct 2 comes with several scaling modes to ensure that the canvas scales as desired. I have tested every possible combination, and found that the simulator…
CBruce
  • 13
  • 1
  • 4
0
votes
1 answer

Check value of array in Construct 2

In my mind I want to do this: If (my button is clicked) if(q_shuffled_arr_easy[0][5]) == 0) // do X else // do Y For that reason I have structured my event sheet like this: However, it doesn't work like I would like to,…
gsamaras
  • 71,951
  • 46
  • 188
  • 305
0
votes
0 answers

Error code 65 when building IOS app on intel xdk

I have created my game with Construct 2 and exported it to cordova , after that I imported it to intel xdk and I have started work to export to ios , after building I get this error : The following build commands failed: CompileC build/Robo\…
0
votes
0 answers

Construct 2 app won't install (Android)

I made an app in Construct 2 and simulated it in XDK. It all worked well. I even launched it on my phone with XDK and it worked perfect! Then I downloaded it and wanted to install it on my phone, where I can tap "install" all day long but nothing…
Rilind
  • 21
  • 5
0
votes
1 answer

Implementation workaround for audio issues for Cordova exported Construct 2 games

I am creating a game using Construct 2, but on previewing on Android smartphone, I found Audio playback and delay issue: This is possibly the curse of Web Audio API in that many browsers require user to touch the screen first or no music will be…
Karl
  • 5,613
  • 13
  • 73
  • 107
0
votes
1 answer

UWP Xbox One: Saving and loading data

A while back I got my hands on the UWP platform, specifically developing for Xbox One (or Windows 10 with a controller): it's worth noting that I am using Construct 2 to develop my app, so small snippets of JS would be easier to use than big chunks.…
VeryAwkwardCake
  • 339
  • 1
  • 3
  • 11
0
votes
1 answer

Construct2 - Detect device type

I want to write small multiplatform game. I created Contruct2 plugin for my game and i have any specific methods for different operation system. How can i detect device type in plugins runtime.js?
TyM6JIep
  • 406
  • 8
  • 23
0
votes
1 answer

How to play music a little bit delayed with a real-time Advanced audio analyzer

Audio.AnalyserFreqBinCount("audio", 0) My game is analyzing the audio levels so that music can affect the game behaviour. How can I play audio a bit delayed, after it has been analyzed, now the analyzing occurs exactly same time when music is…
Tom
  • 6,725
  • 24
  • 95
  • 159