Haxe is an open source, multiplatform language that allows developers to target Flash, JavaScript, NekoVM, C++ and PHP using the same syntax. Experimental support for C# and Java is included in the latest Haxe versions.
2
votes
1answer
137 views
Creating a class for a Flash symbol in haXe?
I am having trouble incorporating graphical assets created in Flash with my haXe code.
In the Flash IDE, I've created a symbol with the linkage name "MySprite". I compile this into assets.swf. I know ...
0
votes
1answer
415 views
Why does my Haxe/Flash game loop slow down over time?
I have a game loop written in Haxe/Flash. For some reason it slows down over time. At first it runs reasonably, but my laptop fan starts spinning up and it gets slower and slower. Why would this ...
0
votes
3answers
271 views
How to create an actionscript Object in Haxe
I am creating an actionscript video player in Haxe and to avoid the asyncError I am trying to create a custom Object. How do I do this is Haxe?
The client property specifies the object on which ...
2
votes
1answer
151 views
JavaScript code resulting from haze/haxenme compilation
I'm a senior actionscript dev and would like to start converting some of my class libraries to JavaScript, especially those that make use of bitmap manipulation and would target the canvas element in ...
0
votes
2answers
157 views
Very basic Flash/Haxe layout
I have a Haxe class that extends MovieClip:
class C extends MovieClip { ...
I'd like to know the xy stage coordinates of an instance of C
// in class C
public function f() {
// how to ...
4
votes
1answer
195 views
haXe (Flash) and inlining
My question is about inlining in haXe (AS3) in a few situation.
Will any method marked with the keyword inline (static and non-static), always get inlined during compilation?
Are properties inlined ...
0
votes
1answer
72 views
scrolling through children of a MovieClip subclass in haxe
In haxe I have a DropDownMenu class that extends MovieClip:
class DropDownMenu extends MovieClip { ...
TextFields are added to DropDownMenus (about 50 TextFields total):
// in a loop in ...
0
votes
1answer
110 views
drop-down menus in Flash
What are the common ways of creating drop-down menus for Flash with Haxe?
I've used a variety of "drop-down" menus:
drag-and-drop "combo boxes" in C# Forms
<select> in HTML
UIPickers in iOS
...
0
votes
2answers
245 views
how do I dynamically map view to mediator in HaXe using Cube framework
I've been working with and learning the following micro framework Cube https://github.com/xirsys/cube for use in my HaXe projects.
The examples I've found have been very helpful but one thing the ...
0
votes
1answer
275 views
Uncaught ReferenceError: $hxClasses is not defined in HaXe js project
I am having an issue that I discussed on the haxe IRC channel but was unable to come up with a fixe. It seems to be a bug with the compiler.
Here is the haxe code
package;
import js.Lib;
import ...
1
vote
2answers
137 views
What is the function of class ExprRequire in Haxe?
I am new to HaXe was trying to compile a .hx file. This file uses ExprRequire. Is this class deprecated from the latest versions? Everytime, I compile I get class not found ExprRequire. I do not also ...
0
votes
1answer
62 views
Does anyone have a SlickGrid wrapper for haXe?
I am using the haXe multi-platform programming tool (http://haxe.org) which, among other things, can generate JavaScript output. I would like to know if anyone has already done a "wrapper" library to ...
4
votes
2answers
1k views
Can Haxe create library for iOS native method?
Flash packager can't Adobe Packager for iOS: Bundling native iOS code together with Flash?
Could Haxe do it ?
1
vote
3answers
456 views
Generating haXe externs for EaselJS
Being new to both JavaScript and haXe, this may have a simple answer, but I've discovered that haXe has externs port on GoogleCode for EaselJS, but they are out of date and correspond to an earlier ...
2
votes
4answers
397 views
How to set up Jeash for haXe?
I am trying to setup Jeash for haXe, so I read this: http://haxe.org/com/libs/jeash/firststeps
Now, I found out that I cannot do that just yet:
"This is the first time you are runing haxelib. Please ...
0
votes
3answers
460 views
HaxeNME with smartfox server integration
I'm working on a multiplayer game that required the use of Smartfox server, surely I want to start creating the client side in HaxeNME to enable exportation to iphone / android / web at the same time. ...
2
votes
2answers
779 views
How can Haxe convert flash content into objective c?
I went through many links like this,this and this, but not getting good direction to move with. I need to implement some flash content in my iPhone app. Can anybody help me with some good tutorials to ...
0
votes
2answers
462 views
Using HAXE to output javascript
Is anyone using HAxe to output to javascript for their front end web development?
Is there an eclipse plugin that supports autocompletion?
Can you point me to any good tutorials?
Can't find any ...
5
votes
1answer
306 views
Get the type of a field in Haxe (reflection api)
I have a class:
class MyClass {
private var num : Int;
}
I would like to know that the field has the type Int regardless of the current value which can be null for example.
7
votes
1answer
160 views
Documentation generating for haxe
I'm looking for a usable documentation generating tool for haxe programming language.
Tried so far:
Haxedoc: does not support the most basic tags like @param, @return.
Chxdoc: no tags, adds lot of ...
5
votes
1answer
380 views
Debug HaXe from Eclipse
My goal is to debug HaXe application in Eclipse (publishing SWF) on Linux. I have manually installed Eclipse Helios, Flash debugger version and HaXe. I have installed Eclihx. Problem is that I'm ...
2
votes
1answer
629 views
Pausing code execution in chrome from within JS. Possible?
Can I pause execution from within JS code? I am working on a simple haxe-based debug util, and I want to be able to simulate breakpoints, by calling a util method which will trigger the execution ...
0
votes
3answers
236 views
safely remove a child with enterframe running
Whenever I try to remove an object/child with enterframe running I always get null reference error.
In my particular case, the setup is Battlefield contains a lot of Robot:
A child (Robot) ...
2
votes
2answers
476 views
How to use as3 code with haxe without any modification?
I am going to use a lot of as3 code in haxe project. I use latest version of haxe. I really want to use it without any modification. Is there any standard way to do it? Any tools?
Thanks
3
votes
1answer
378 views
Delegates in Haxe
Is there something like a delegate in Haxe?
This would come in handy when I use a anonymous function but still want to maintain the current class'es variable scope.
myObject.callback = ...
4
votes
1answer
613 views
Where is “setTimeout” from JavaScript in Haxe?
is there an implementation of "setTimeout" in Haxe?
It's of course possible to use the Timer class, but for a one-shot execution it's not the best way, I guess.
Thanks!
0
votes
1answer
111 views
How to set .as and .hx files to open with FDT Powerflasher
Is it possible to set .as and .hx to open with FDT Powerflasher? Settings it to open with what seems to be a previously detected by Windows eclipse.exe (my Java one).
2
votes
1answer
248 views
Unable to compile clippy (swf clipboard utility)
I am having trouble compiling clippy using the instructions here: https://github.com/mojombo/clippy/blob/master/README.md
I've downloaded clippy and have tried compiling on Mac, Linux, and Windows ...
1
vote
1answer
251 views
Haxe enum assign value
I need to port a C-like enum to Haxe:
enum Items
{
item1,
item2=0x00010000,
item3=0x00010001,
item4,
};
But Haxe doesn't allow default value it seems. How can I do this?
My real enum has hundreds ...
1
vote
1answer
127 views
erazor set variable
a little question about erazor https://github.com/ciscoheat/erazor
i know this framwork is based on Razor template engine. http://weblogs.asp.net/scottgu/archive/2010/07/02/introducing-razor.aspx
i ...
0
votes
2answers
165 views
Troubles with keyboardEvent.shiftKey in Chrome
I'd met a very strange problem. Take a look at the following code:
Lib.current.stage.addEventListener(KeyboardEvent.KEY_DOWN, onKeyPressed);
...
private static function onKeyPressed(e: KeyboardEvent) ...
2
votes
1answer
650 views
Is haXe really good for php-targetting server side development?
I have such a conception, to build a simple web application using some php/mysql hosting service. I'd also like to create a local version of that app. The local version should work similarly as the ...
1
vote
1answer
370 views
How do you specify a function type with multiple arguments in haXe?
I'm trying to specify a function type to a function receiving two or more parameters.
For a function with one parameter it's easy:
var myFunction : Int -> Void;
You can reference a function like ...
3
votes
1answer
158 views
Detecting if there is a timeline mask
I am bumping into a very strange behaviour on Flash.
If you on the Flash IDE create a shape with a mask associated to it, save it and then export it as a swf, you cannot programatically know there is ...
0
votes
1answer
230 views
Is it possible to use haXe parameterized types in actionscript?
Is there any way I can use a parameterized haXe type like this:
class GenericTest<T> {
public function putSomething(value:T) {
...
}
public function getSomething():T {
...
0
votes
1answer
414 views
In haXe how do you implement array operators for a class?
I am trying to write a class in haXe supporting array like access using the [] operator such as:
var vector = new Vec3();
trace(vector.length); // displays 3
vector[0] = 1; // array like access to ...
1
vote
1answer
434 views
Support for XNA WP7 and flash with existing C++ code base - pipeline, tools and approaches
all.
We are game development company and we develop casual games for PC/MAC/iOS/Android with our own engine written in C++ (90-100%) and we are happy with it!
Now we want to target XNA/WP7 and flash.
...
0
votes
3answers
104 views
use Graphics (for ex) methods without prefixing an instance variable
I'm new to AS3 and HaXe, but was hoping to find a way to use methods from a final class (Graphics) without always prefixing an instance variable.
Instead of something like this:
var gr:Graphics = ...
1
vote
2answers
239 views
What's the best tweening package for haXe?
I'm looking for a tweening library similar to TweenMax in functionality. What's the best one around currently? The only real library I've found is FEffects and have hit a few misc bugs with it. ...
1
vote
2answers
121 views
Actionscript haXe Evaluate a referenced variable inside a loop in a closure
I've been programming some stuff in Actionscript (haXe) and arrived this very specific problem.
Here's the code (pseudo :S):
var func:Array = new Array(256);
(A) var i:Int = 0;
for(;i<256;i++) { ...
3
votes
3answers
634 views
Custom DEFLATE implementation to speed up PNG encoding
I'm optimizing a PNG encoder for use within Flash SWFs (but I'm writing it in HaXe).
I've so far managed to speed things up a fair bit, mostly by using speedy memory read/writes.
While profiling my ...
5
votes
1answer
233 views
Is it possible to write an AS3 library with haXe that uses type parameters?
First a little background: I'm looking for a way to create a "collection" library that abstracts the Flash Player version based implementation (Vector on FP10, Array on FP9) away from the calling ...
2
votes
1answer
140 views
RegExp + cyrillic in flash
Regular expression(for searching separate words in string) "\\bword\\b", seem not to work in flash if word is of cyrillic characters. If word is of cyrillic characters e.g. "[,]word[,]" works as it ...
0
votes
1answer
483 views
Fill MovieClip with webcam output in Haxe
I'm trying to build a simple flash swf with haxe that shows the output of my webcam. I want to swf to be embeddable and the size to be determined in the html. So my html looks like:
<html>
...
0
votes
2answers
129 views
Set focus to a special component
I have a class Dialog that encapsulates window of type org.aswing.Component.
I've create function focus() this way:
public function focus() {
if (Std.is(window, org.aswing.Component)) {
...
2
votes
1answer
3k views
Extracting Actionscript from .fla file, without Adobe Flash
Unlike this guy, I'm using MTASC's haXe to compile SWF from AS. Considering I don't have Adobe CS, what are our options to extract the action scripts from any FLA file?
I mean different versions, ...
3
votes
4answers
804 views
HaXe vs Lua in building a heavy traffic web application
After spending a couple of hours reading on Lua and HaXe I am still unsure of which would be a better choice to use on the development of a heavy traffic web application.
Which one would give us ...
0
votes
1answer
356 views
haXe, differentiate anonymous function at runtime
I'm trying to differentiate anonymous functions like:
function() { trace("WOO"); }
from the other ones ('named'?) like
var _FUNC:Dynamic = function() { trace("WOO"); }
The reason I want to do ...
11
votes
1answer
1k views
What are the pro and cons of using Haxe over Actionscript-3?
I'm thinking about using Haxe in place of AS3.
What are the disadventages of that? I can think about:
Difficulties with using native AS3 libraries.
Difficulity of debugging after language ...
1
vote
1answer
84 views
Compiling NekoVM dll on win32
Neko is a virtual machine for the HaXe languge. I am having some problem with compiling it on win32. The version in question is neko-1.8.1.tar.gz, which can be downloaded from ...