SWFProfiler haXe'd
January 13th, 2010
I ported over a very good SWFProfiler that a fellow actionscripter wrote over a year ago.
It’s very useful especially to haXe‘rs when all we have to play with is the flash debug player, and for flash game devs to make sure our framerates stay up, and our memory is managed correctly.
I added my own flavor to this already awesome SWFProfiler.
- made the line graph move from right to left instead of left to right.
- added additional colors to the line graph to show dips and spikes in technicolor 3d imax hd blu-ray
- added an optional object inspector that traces out objects and properties
- added a garbage collector to force gc()
See the demo and download the source.
Play Santa's Sack
December 23rd, 2009
Merry Christmas!
2009 Christmas haXe Game
Our gift to you, 2009 Christmas game made with love and haXe
Play Thanksgiving Kitchen Hero
November 27th, 2009
Oh yes, another Thanksgiving game for the 09
This is the most fun and most original, and not a clone, and it’s very hard… like some turkeys. click to enjoy pumpkinstyle!
i love making games in a day… this game took longer than last years, we hope you like.
theRemix invents gravity in haXe (with full source)
October 10th, 2009
I created an experiment to visualize and play with the law of gravity.
The concept of gravity is new, i just created it, attraction occurs between any two masses in space.
I came up with the formula for gravity:
Mass1 × Mass2
Distance²
neat huh?
check out the full haXe source code and play with gravity to create orbits in the full article
New flash game Polyn
September 24th, 2009
Haven’t posted anything in a while, probably cause i’ve been busy developing my entry for the Mochi May 09 “Word Play” contest
Our entry has been submitted, click on the bee to play Polyn.
Game designed and illustrated by Kelli Harada pnpnt.com
Game developed by me, on about 60 bus rides
Site designed by Kelli Harada pnpnt.com
Site html5’d by me
built with my favorite swf compiler haXe
StopWatch class - code snippet
August 23rd, 2009
a simple StopWatch class to measure how long something takes.
read full article and see source code
also on http://haxe.org/doc/snip/StopWatch
commaFormat(num:Float):String; code snippet
August 23rd, 2009
added another code snippet to http://haxe.org/doc/snip/commaFormat
that commafies a number such as really high scores
converts 123456 to “123,456” and 1234567890.12345 to “1,234,567,890.12345”
jumpAround(audio_level); #songsInCode
August 21st, 2009
Made another #songsInCode in haXe
much funner this time.
if(audio_level > threshold){
house_of_pain[j].jumpAround(audio_level);
}
You need Flash 10 to view the awesome. It’s a free and fast upgrade.
let it load, press play.
House of Pain - Jump Around (Deadmau5 remix)
read more to see the source code and result in action…
ringAround(rosies); #songsInCode
August 21st, 2009
Felt like making a #songsInCode in haXe
and just for fun actually writing the code and compiling it to see how it might look.
ringAround(rosies);
for(girl in girls){
girl.pocket.fill(new Posies());
}
ashes+=2;
for(girl in girls){
girl.fall(DOWN);
}
read more to see the source code and result in action…
Turkey haXe game Source Code
April 3rd, 2009
full source for Turkey haXe
requested by Raf
crude source code, never thought anyone else would see it after i finished, including myself.
248 lines in the main class. i also created a few supporting classes for this game that i’ve been reusing ever since, and included in my common library.
Internet Explorer 6 Sim Game
April 1st, 2009
A quick game that Werd and I came up with.
This is a sim-type puzzle game.

You are a web developer at your local #4 web developing company. You have to build a website that is compatible with Internet Explorer 6 because that is what your client’s use in their office. Try to keep your job and finish your work in a timely manner.
There are 4 levels in this game so far.
Sandy 3.1 haXe Spectrum Analyzer (Disco variation)
March 12th, 2009
This variation adds random colors when the spheres pulsate.
same fps and memory displays exist, they are just hidden, use the keys to view them if you want.
also using haXe compiler flag -D SANDY_USE_FAST_MATH
Sandy 3.1 haXe FastMath Spectrum Analyzer
March 10th, 2009
Sandy 3.1 accident for MacPro
March 10th, 2009
WARNING, DO NOT VIEW THIS PAGE IF YOU HAVE A SLOW MACHINE
This version is a special experimental accident that i decided to post because my iMac bogged down to < 8 fps
i want to see how a MacPro scores
Sandy 3.1 haXe Spectrum Analyzer
March 10th, 2009
Eyeball Analyzer (smooth)
February 25th, 2009
the same eyeball, just with smoother animations, much less accurate, but not as cracked out. 
Eyeball Analyzer (on crack)
February 25th, 2009
an eyeball, modifying x and y rotation and z position, pretty accurate. 
Bar style analyzer
February 25th, 2009
a Bar style spectrum analyzer, very accurate. demonstration plays 3 songs. 
HTween speed test
January 31st, 2009
Viktor Hesselbom released his tweener class HTween, and it rocks!
I've updated all three speed tests to include HTween. Just press T until you see HTween. On my system HTween performed better than TweenLite and TweenerHX.
try it out here http://remixtechnology.com/view/haXe_TweenLite_vs_TweenerHX_demo
Download the haXe or as3 classes at Viktor's blog.
haXe TweenLite vs. TweenerHX demo
January 30th, 2009
TweenLite vs. TweenerHX haXe 2 test











