nme Questions
12
Solved
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 com...
Tweeny asked 10/2, 2013 at 11:18
2
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...
1
Solved
I am making a game using Haxe, OpenFL (Formerly NME) and HaxeFlixel.
However, problem is, I can't seem to find a good way to make a Flixel button that will shutdown the game when pressed. I was pl...
Levileviable asked 5/7, 2013 at 15:5
2
Solved
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 (someObj.HasState(State.StateOne...
Hileman asked 16/5, 2013 at 6:10
1
Solved
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.
1
Solved
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 g...
1
© 2022 - 2024 — McMap. All rights reserved.