NME is a free, open-source framework that enables development for iOS, Android, webOS, BlackBerry, Windows, Mac, Linux and Flash Player from a single codebase.
1
vote
1answer
31 views
drag and drop for html5 in NME project
I am using haxe, nme and flashdevelop.
I am trying to convert a flex project to html5.
I have a few circles drawn by code on stage. In as3 we can usually add individual eventlisteners to each of ...
0
votes
2answers
57 views
Imposible to build an android version of my project with nme, haxe and flashdevelop
I’m trying to compile my nme project for android, but until this moment it has been impossible for me. The error message that I’m getting is
Running process: C:\Program Files
...
1
vote
2answers
41 views
Haxe - sending enum as flags to a function
I'm just trying to convert my code from C# to Haxe NME. I use enums as flags.
[Flags]
enum State
{
StateOne = 1,
StateTwo = 2,
StateThree = 4
}
And use it
if ...
0
votes
1answer
11 views
stageWidth&height in neko
platform target:NME-Neko
Hi I need stage's Width, so I call stage.stageWidth like this:
public function new()
{
super();
sx = stage.stageWidth;
sy = stage.stageHeight;
}
but It ...
0
votes
1answer
47 views
Resize a Sprite image in Haxe?
I am developing a small game using Haxe and box2d. I am rescaling the player body which is a sphere, while the player is in contact with a particular object, but I am trying to scale the image as I ...
8
votes
1answer
77 views
NME Change the window title in C++ and Neko targets
I'm using NME to create a small game. I like to display the objective in the title bar in the Neko and C++ targets. Is that possible?
Thanks.
0
votes
1answer
108 views
Haxe NME Resizing a Bitmap
I am trying to learn NME with haxe to create a small game. I have setup NME 3.5.5 with Haxe 2.10 in FlashDevelop. To draw the game background, I'm using
// Class level variable
var background : ...
1
vote
1answer
66 views
RTTI property not found for CPP targets in Haxe NME
I'm using rtti in haxe nme. It works well when targeting flash but when compiling to a cpp target I receive the following error.
error C2039: '__rtti' : is not a member of 'Class_obj'
I'm doing ...
0
votes
1answer
128 views
How do I target HTML5 with NME and haXe?
I have created the simple NyanCat example project that comes with NME (purely as an example!) using the following line:
nme create NyanCat
I can compile (target) to Flash and it works, with the ...
0
votes
2answers
116 views
how to make haxe nme preloader render bitmap with transparency
I want to show image with alpha channel over preloader's background for flash target with haxe nme. This need seems to be common when it comes to a preloader.
I find several possible way to do ...
0
votes
1answer
95 views
Using Bluetooth with Haxe NME
I was planning to use Haxe NME to develop a simple bluetooth chat application.
Is it possible to use device specific native APIs with Haxe? Or is there some wrapper class available to use bluetooth?
7
votes
0answers
120 views
Running HaXe from iOS app – hxRunLibrary() error
For a client I've developed an iOS + Android app using Cordova (PhoneGap) for the user interface. Now, as an update to this app, I'm am attempting to add a game that was written in HaXe. Originally ...
0
votes
1answer
268 views
Haxe NME project with Android target fails to deploy: Activity class does not exist
I created an NME project in FlashDevelop, in the Main.hx I loaded a Bitmap then clicked on the build button with android as target. The build successfully finishes but then I get the following error:
...
0
votes
1answer
185 views
Problems building an html5 version of a haxe nme project
I have tried to build an html5 canvas version of the nme-runnermark, but without any significant success. The flash version builds without any problems.
I get the following stack of errors:
...
1
vote
2answers
82 views
Haxe - Objects on stage not displaying when deploying to windows
I am using Haxe/nme with Flash Develope to port a flash game to multiple platforms. All my imported library's are from NME. The program compiles and runs fine with Flash as the target. But when I ...
0
votes
1answer
120 views
Targeting in NME - Demo project cannot converted to, for example, javascript - Target error
I'm playing with the interesting tool NME which is a combination of HaXe and Neko.
I like the idea that it is possible to target to different languages but this seems not right?
I have downloaded ...
1
vote
3answers
590 views
HaXe, as3hx, NME, Apache FlexJS - Convert Flash Builder Flex project to HTML5+Js
Have used Flash Builder 4.6 in the past to create some mobile applications. The apps created runs fine only on high-end phone models but also runs slower than native apps. Especially when the app is ...
1
vote
0answers
171 views
Options for rendering svg using haxe/nme
There seems to be a couple of different projects with this goal, with different levels of completion. I have just done a quick search, but that was my first impression. So I thought I should ask, ...
2
votes
3answers
152 views
How can I get the error line debugging HaXe for windows?
I'm building a game using Haxe w/ HaxeFlixel in FlashDevelop, currently targeting windows platform.
While I get error messages in the console, I would like to know if I can get the error line too ( ...
0
votes
0answers
287 views
Haxe NME BUILD FAILED Android
I'm trying to compile HAXE NME for Android and I'm getting the following error:
BUILD FAILED
/opt/Android SDK/tools/ant/build.xml:710: The following error occurred while executing this line:
...
1
vote
1answer
163 views
another '“java.exe”' is not recognized as an internal or external command
As I have been struggling with this over two hours, I am desperately posting this question,
When I try to build a NME project in FlashDevelop, I get this error:
Running process: C:\Program Files ...
2
votes
1answer
400 views
nme haxe, unable to build on android platform with flashdevelop
i'm just getting to know nme haxe developing, i'm currently using flashdevelop. I have a problem when building a sample app (piratepig) under android platform : lots of "no such file or directory". ...
1
vote
1answer
156 views
What is the most accurate method for timing beats of a rhythm game in Haxe (NME)?
I am attempting to create a side scrolling shooter prototype in which the actions of the enemies and bullets are timed to a beat. The target bpm I am working towards is 120.
At the centre of this is ...
0
votes
1answer
162 views
'cp' is not recognized as an internal or external command
I tried to run a project using custom build in FlashDevelop:
$(CompilerPath)\haxe.exe $(ProjectDir)\compile-js.hxml
, but I get this error:
'cp' is not recognized as an internal or external ...
0
votes
1answer
59 views
is it possible to load the content of one nmml from another one?
Is it possible to have one main project.nmml file with multiple children overriding some of the configuration?
ie
project.nmml
project_ouya.nmml
And call nme test "project_ouya.nmml" android.
Or ...
1
vote
0answers
446 views
Can't install the resulted apk file
After long hours, I finally compiled the Haxe code targeting android using FlashDevelop.
I copied the bin folder, which contains the apk file to my phone, when I tap the apk file, the "Do you want to ...
0
votes
1answer
91 views
nme.display.TileSheet doesn't exist?
Working in Haxe & NME. When trying to import the package for TileSheet nme.display.TileSheet doesn't show up. Only browser.display.TileSheet and native.display.TileSheet. Am I missing something?..
...
0
votes
2answers
531 views
Targeting HTML5, Haxe NME vs Script#?
I would like to know, which is the wise decision to take when choosing Haxe NME or Script# to work with HTML5?
I know there benefits of Haxe over AS3, but what about Script#? whats the limitations vs ...
0
votes
1answer
30 views
How do I specify output directory when using NME 3.5.3
I have just upgraded NME to 3.5.3, and it seems like the compiled files always end up in a directory called "bin" relative to the main source file. In my nmml file I have a line like this:
<set ...
0
votes
1answer
88 views
Haxe and NME crash: “error creating pch”
When I try to compile to cpp on OSX Lion with Haxe and NME, I get the following backtrace:
[...many lines above this one omitted...]
Called from ? line 1
Called from BuildTool.hx line 1265
Called ...
0
votes
1answer
338 views
haxe/nme loading screen
How can I specify what should be displayed while my app loads? I was expecting something similar to Flex, where you can set a custom sprite with the preloader property of the Application class. Then ...
1
vote
1answer
462 views
How do I load an XML file and parse it using Haxe
I am trying to create a desktop application that will load the itunes play list xml file and parse it using Haxe and the framework haxenme.
I think the issue that I am having may be the spaces in the ...
0
votes
0answers
120 views
nme for linux target setup fails on debian [closed]
I'm trying to run
haxelib run nme setup linux
To set up NME for the Linux target on my Debian box. Actually Linux MINT Debian Edition, but that shouldn't matter. However, I get the following ...
1
vote
1answer
90 views
Notifications of exceptions for haxe/nme/flash
I'm using Haxe and NME and the flash target to create a .swf. How do I make sure that uncaught Exceptions are shown? Currently it seems they are just silently eaten up. I'm compiling with:
haxelib ...
1
vote
1answer
381 views
Unable to compile NME for Android
Okay, so I'm trying to get an initial build of the NME sample files onto an Android device.
I can build for platforms such as HTML5, Flash and Windows, but I can't get it onto Android - I always get ...
0
votes
1answer
236 views
DisplayObject rendered with incorrect depth in NME 3.2.0. when targeting html5
I'm having a problem with the drawing order of display objects when targeting html5. Note that if I compile for flash it works as expected. The problem is so basic I have a hard time believing it's an ...
0
votes
1answer
182 views
Animated sprites using Awe6 game framework
I am looking for a way to have an animated character in my game. I would like to have a running animation loop when he is running, a jump animation when he jumps etc.
Does the awe6 framework provide ...
1
vote
1answer
213 views
haXe/NME - HTML5 target rotation and scaling issue
I'm using haXe with NME to target HTML5 and I'm having problems when doing simple rotations. I have a class that extends nme.display.Sprite and takes keyboard input (left and right). I then manipulate ...
3
votes
1answer
1k views
Is it possible to build an opengl game with haxe nme in ios and android? [closed]
i understand haxe nme can use opengl in the backend to display the 2D sprites of the games, but is it possible to manipulate opengl directly from nme to build a cross platform ios and android pure 3D ...
2
votes
1answer
165 views
Persisted data on iPhone with HaXe
I'm somewhat new to HaXe/NME and am a bit confused about what the best approach would be to access data that would traditionally be stored in a database. I have some code where I need to get a list of ...
