Questions tagged [stencyl]

Stencyl is a game creation platform that allows users to create 2D video games for computers, mobile devices, and the web.

Stencyl is a game creation platform that allows users to create 2D video games for computers, mobile devices, and the web. Games created in Stencyl can be exported to the web via Adobe Flash Player and HTML5, to personal computers as executable games, as well as onto various mobile devices as iOS and Android applications. Physics and collisions are managed by Box2D, which can be selectively or completely disabled to decrease any potential performance impact for games that don't require full physics simulation. Projects in Stencyl utilize the Haxe programming language (v2.09) and NME game framework (v3.4.2) to allow a flexible, write once, run anywhere style of game creation.

Source: Stencyl Wiki

18 questions
0
votes
1 answer

2D game engines for Android with web service support

I need to create an Android application with lots of graphics and many rather complex calculations. I want to do the calculations on a server and use the Android app only for interacting with the user (receiving user input, graphics). I'm thinking…
Glory to Russia
  • 17,289
  • 56
  • 182
  • 325
-2
votes
1 answer

Haxelib 32bit is not a valid win32 program

I recently started using stencyl and when I tried to compile for the first time I got the error haxelib is not a valid win32 application (I'm using a Windows XP dinosaur that is seemingly no longer internet capable and down a memory unit) I retried…
Dirtlord
  • 15
  • 4
-11
votes
1 answer

"Syntax error: expecting rightparen before not." <- I looked around, but I can't explain why this appears

The code for this will be a bit of a large dump, as it's part of a large project, but I simply can't find an explanation or solution for this problem. I'm coding in Java using Stencylworks, and I'm still new to this, so I'm just going to dump the…
1
2