Awesome, I managed to fix a bug relating to tiles and began to make collisions work. I did come across an annoying bug on openfl's end I believe (I need to isolate it), so for now the demos I post
will work on chrome but not firefox (I haven't tested any other browsers.)
Currently using the arrow keys scroll the page, but I think I know a way around that.
It is here again:
http://www.newgrounds.com/projects/games/896135/preview-------------------------------------------------------------
EDIT: Fixed the scrolling but I had to do it manually, now to find a way to do it through haxe.
EDIT2: Found a way, but requires editing lime I believe (haven't actually tested this yet) -
http://community.openfl.org/t/stop-browser-moving-on-playing/1439/5-------------------------------------------------------------
Currently I think that the collision boxes are offset by 1 pixel (rather than being 1 pixel too tall), so I presume js uses an index starting at 0 rather than 1 (or something similar). I'll look into it.
I also need to fix all graphical events (which should be interesting). Fonts could be easy or difficult. I doubt I'll get onto tinting for a while.
I will then move onto shaking the screen.
Also I need to fix lots of other things...