All Questions
Tagged with construct-2 javascript
4 questions
6
votes
0
answers
283
views
How can I call a native mobile API in Construct 2?
How can I use mobile API features in a Construct 2 game (HTML 5/JavaScrit engine)?
I didn't find anything about that on the net, unlike other game frameworks like Corona Enterprise or Cocos2d.
-1
votes
2
answers
1k
views
Where to start developing a 2D puzzle game [closed]
I would like to start developing a 2D puzzle games, much like sudoku for example. I would like to publish it on Facebook and on gaming websites, like miniclip, agame, kongregate. The game should have ...
6
votes
3
answers
4k
views
ImpactJS and Construct 2 [closed]
I'm interested in HTML5 game development and I found about this 2 game engines, I already know ImpactJS requires more programming experience and that Construct 2 has its own event and action system ...
2
votes
1
answer
4k
views
Retrieving JSON return value from function and parsing in Construct 2
I would like to know how to parse a JSON object and parse each value into either an array, or something that I can use to set values of several global variables in my project file. I want to avoid ...