electrodev wrote:
Edit 2:
If you don't mind, since I have this topic going, I've got a problem with the screen. Might be another weird WM6/Blackjack thing, but here goes:
The Blackjack has a 320x240 Landscape mode display, so by default, FBA will display side-ways (in debug mode). So when I rotate the display to look right in the debugger, it's rotated when executed on the phone. Haha. (Also, I'm sure you realize then that keydown/up/left/right get rotated with it, making for some weirdness)
I understood what you mean. I'll check a way to set a "default mode" on Windows version or something similar; for now i think you could develop with rotated window while you're on windows, then set normal window just before exporting your project for windows ce

Yes i know this looks like a bad trick, but you should be able to develop in this way, until the next 'fixed' version

electrodev wrote:
Really enjoying this though. It's cool that it uses lua to function. (but I guess that means it can't be too fast -- powerful though)
Of course actually if you try to develop a 3d game, it could be very slow

But it should be enough for most games (until in a future version the FBA will export some high level 3d functions, who knows..

)
Regards.