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
2
votes
1 answer

Haxe, Stencyl, Windows 'Save As' Dialogue

I have been using a visual programming language called Stencyl to create a program for users to edit images (basically), but something I've been having difficulty with is for the user to export their image (or a text-file of the image data) once…
0x.dummyVar
  • 184
  • 8
1
vote
0 answers

Purchases succeeds several times with in-app purchases on Android

I've developed a game with in-game currency. When I test the game (currently it's on Alpha and closed internal on Google Play) and trying to buy my coins by pressing button only once, I receive Purchase succeeds several times. As result instead of…
1
vote
3 answers

Haxe for loop only uses last item

After some hours doing some testing I figured out that my map contains the correct values, but the loop that I am using only seems to be using the last added value in this map. Am I missing something obvious here? The function that adds items to the…
sdieters
  • 175
  • 13
1
vote
1 answer

Cannot access function in Static Method / stackoverflow errors - Haxe

First of, here is a little bit of a background story. I am using the Game Engine Stencyl (the interface can be compared to Scratch) to teach basic gamedevelopment with. Unfortunately, since this is a rather small team, I am still missing a couple of…
sdieters
  • 175
  • 13
1
vote
0 answers

Stencyl game output, HTML5 or Flash player

i'm making a little web game for work, first time using Stencyl. No mobile support needed, it's a desktop only web game. Stencyl doesn't let me publish to HTML5 though, so I tried doing it old-school, exporting a .swf, but this isn't ideal either…
1
vote
0 answers

Game layout generator (no dead ends)

I'm trying to make my very first game using Stencyl. The game is based on a very simple concept but I am finding it difficult to generate the levels. This is how the game works, the player is stationary and is able to change lanes to the left and…
1
vote
1 answer

Haxe Help - Manipulating Android Back Button Action

Basically, I use Stencyl engine to make games. The engine uses Haxe and doesn't support everything that Haxe supports. I want to manipulate he android 'back button' press. Stencyl supports code mode where I can write a haxe code. I wanted to…
1
vote
1 answer

Need Help Uninstalling Stencyl

When I try to install openFL with Haxe I get this error: C:\Users\Dude>haxelib install openfl You already have openfl version 3.3.0 installed [file_contents,C:\Program Files (x86)\Stencyl\plaf\haxe\lib/openfl/.current] I have uninstalled Stencyl…
Vlad
  • 3,936
  • 1
  • 13
  • 15
1
vote
1 answer

How do I export a game from Stencyl to Xcode?

When I run Test Game to an iOS Device, the source code that opens in Xcode is not being updated. I see code from the last time I successfully saved and ran. It used to work perfectly and I not sure what changed. This is happening in both Stencyl…
Bryan
  • 17,201
  • 24
  • 97
  • 123
0
votes
1 answer

How to make turret pointing at an object using 2d frames in tower defense games?

I'm working on tower defense game and I'm using stencyl. I want to make 2d tower defense game like (clash of clans), so I want to know how to make a turret pointing at an object using frames like (canon in clash of clans). I mean when an object…
ali kamel
  • 33
  • 1
  • 4
0
votes
2 answers

How open a new tab in browser without blocking?

Haxe/OpenFL code: import openfl.net.URLRequest; import openfl.Lib; Lib.getURL (new URLRequest (url), "_self"); // Opens the linked document in the same window or tab as it was clicked Lib.getURL (new URLRequest (url), "_blank"); // Opens the…
Gurigraphics
  • 331
  • 2
  • 12
0
votes
1 answer

Stencyl -- get more than one value from a Map

How can I get all 3 values from a Map with the key "2" ? Right now it takes always the last one from any number, for example if i type in "1" it will take the last letter of it "f". Is it because there is no loop ?
amater
  • 661
  • 1
  • 6
  • 10
0
votes
1 answer

Application Loader Rejects My Stencyl App

I have just published my app .ipa file using stencyl to my desktop, then I have tried submitting it through application loader. However, after it gets to "verifying assets with itunes connect" it rejects my app with error ITMS-90163, "Invalid code…
0
votes
1 answer

Defining multiple variables using XML values in Haxe

I am trying to write a code in in Haxe in a program called Stencyl. I am trying to take all of the date in a return XML response from a web server and assign variables to them. I have gotten the basic XML response and was able to use the Fast XML…
Seth Haberman
  • 131
  • 1
  • 13
0
votes
1 answer

How do I change the photo editor on stencyl?

Hi I am using a mac right now and the stencyl website tells me to go to file then preferences except I don't see preferences when I click on file. I am trying to change the default image editor(pencyl) into GIMP. I have already downloaded Gimp but I…
WoojinL
  • 11
  • 5
1
2