A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Simple haXe tutorial posted

  1. #1
    Member
    Join Date
    Jun 2007
    Posts
    31

    Simple haXe tutorial posted

    Hi,
    I have written a small tutorial about writing flash games in the haxe programming language. The haxe language is very close to AS3, and many of the ideas can carry directly over to as3 if you prefer. However, haxe offers several advantages, particularly for lazy people who like the compiler to fill in missing "types", but still perform strong type checking.
    You can find it at GM2D.com.

  2. #2
    Senior Member Sietjp's Avatar
    Join Date
    Jan 2005
    Location
    Paris, France
    Posts
    711
    Looks great, thanks.

    About the assets, I understand that the game dynamically loads the .png once it's running. But how do you embed the png in the swf ?

  3. #3
    Member
    Join Date
    Jun 2007
    Posts
    31
    Hi,
    There are a number of methods, including swfmill, embedded binary data and linking directly with normal swf libraries. I hope to put together a more detailed guide on this soon.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center