haxe
FlashDevelop + Haxe -- use an embedded font
I\'ve added my TTF file to my Haxe project, and it appears to be embedded into the swf, but i have no clue how to get any of my TextFields to use it. How can i do that?[详细]
2023-01-14 04:30 分类:问答Haxe flash API -- how to get/set the the flash display size?
How do i get and s开发者_运维知识库et the size in pixels that the flash file\'s drawing output is?I think you can only get but not set.[详细]
2023-01-14 01:43 分类:问答Haxe -- code refuses to work
I have the following code: package ; import flash.display.DisplayObject; import flash.display.Graphics; import flash.display.MovieClip;[详细]
2023-01-14 01:20 分类:问答Haxe download claims to have Lineage.gen trojan in it
I am setting myself up with FlashDevelop, and i went to download and install Haxe (which is the language i want to use) from this page (the windows installer), when my Windows Security Essentials said[详细]
2023-01-13 19:35 分类:问答Loose programming in high level languages, how, why and how much?
I\'m writing my code in Haxe. This is quite irrelevant to the question though, as long as you keep in mind that it\'s a high level language and compareable with Java, ActionScript, JavaScript, C#, etc[详细]
2023-01-07 00:34 分类:问答Pass arguments to a delayed function with Haxe
Do you know if there is an easy way to pass some arguments to a function called via haxe.Timer.delay(func, delay);[详细]
2023-01-04 07:34 分类:问答Flash function overloading in Haxe
I am having some trouble figurin开发者_如何学Cg out how to overload a function in Flash using Haxe. I know that Flash does not allow overloads but can accept function parameters without a type declare[详细]
2022-12-29 13:30 分类:问答Multilingual Flash
How do you make a Flash movie (using Haxe, or Actionscript code rather than the ID开发者_Python百科E) that supports multiple languages?[详细]
2022-12-24 17:01 分类:问答Writing a Web Application in Haxe without Apache and PHP?
Haxe has Apache httpd modules and can compile to PHP code. These are 2 options I know to make a web application that runs on the server. You can start a http server with nekotools, but this is suppose[详细]
2022-12-24 05:17 分类:问答Duplicate image with Haxe
My goal is to make a wide map using only one square image. Using actionscript 3 the solution is to simply make new Bitmap from the Loader:[详细]
2022-12-24 02:06 分类:问答