Corona for iPhone and Android - http://www.anscamobile.com
DragonFire iPhone development for Windows - http://www.dragonfiresdk.com
I kind of like DragonFire syntax. Simple and clean but the marketing method is kind of freaky.
If PB Mobile could be something like...
Code: Select all
;... setup your app.
Run = #True
While Run
Event = WaitMobileEvent()
Select Event
;... do your events.
EndSelect
Wend
;... cleanup your app.