-
Future Ideas
Thought i would create a post to note of some things that would be very useful either in this release or in future releases. I am sure we have most of these on the list for a release some time after the official release, but thought i would mention those things that seem to pop up on various sites that people want/will want to implement.
Game Center integration (apple)
Ingame Payments system (apple)
Video player - playing built in video or from a web location?
More Application UI things - lists, menus - at least the basic ones for application /data building
Horizontal/Vertical Sliders
Jason
-
Re: Future Ideas
The List object would be wonderful, even if it were only for data storage for the moment... I'm using an Array that I fill at the start of the game just now, and I've recently discovered it goes absolutely mental if you give it a lot of actions in one event. I'm just trying to pin down how (it's an edit-time thing, not exclusive to the iPhone runtime).
-
Re: Future Ideas
+1 for the List object, Eagle4 who uses invisible List objects out of the playfield in Luor and other apps asked me for this objet in the iPhone runtime.
-
Re: Future Ideas
-
Re: Future Ideas
-
Re: Future Ideas
I have begun implementing the List object.
It will be based around the UIPickerView control:
http://petermcintyre.files.wordpress...09/picker1.png
-
Re: Future Ideas
-
Re: Future Ideas
-
Re: Future Ideas
Yea, very cool ;) Thank you Andos!
-
Re: Future Ideas
That looks amazing Andos!