Apps with gamesalad
![Diegan](http://forums.gamesalad.com/applications/dashboard/design/images/defaulticon.png)
Hi, I want to know your opinion. I would like to develop a simple app that when you open it, it would have several buttons, and each button would take you to a different category of pictures. Te pictures would all have the same size and occupy most of the screen, and with a swipe you could navigate through them.
I have 2 questions:
- Would apple reject it because gamesalad is "for games" and they want devs to use standard controls and xcode for such an app?
- Being new and all, I don't really know how to accomplish what I want, performance-wise. I believe each picture being a different actor may be a bad choice, anybody can propose a better way for me to have an app with about 600 pictures that can be navigated through with a swipe?
I have 2 questions:
- Would apple reject it because gamesalad is "for games" and they want devs to use standard controls and xcode for such an app?
- Being new and all, I don't really know how to accomplish what I want, performance-wise. I believe each picture being a different actor may be a bad choice, anybody can propose a better way for me to have an app with about 600 pictures that can be navigated through with a swipe?
Comments
2.use the change image behavior
_____________________________________________
http://www.gamesaladforum.com/
http://gshelper.com/
Hope that helps
kipper
For example, the format could be:
- Loading screen
- Home screen, with link to categories
- category 1: 100 pictures
- category 2: 100 pictures
- category 3: 100 pictures
- category ...
The load times will be constant for any load of image based on how large a file it is, but you can reduce the waiting at any one point by having sub groups, as there would be less images in those scenes it will not take so long to load as if you were loading everything. Perhaps if you have smaller preview images in an index it would help but I am not sure that is the effect you are after.
If I was going to try this I would use a structure along the lines of-
start screen as a scene
menu with sections as another scene
6 sub menus, each as a separate scene with perhaps 10 images in a single png image and 10 of those set up to scroll and areas on each that brought up...
a subset of all the full screen images, each as a separate scene, each as a pause scene (search on this option). It would take a long time to set up but would perhaps give the best performance.
It would not be elegant and would take hours to set up and but others may know of a better method...
kipper
edit; p.m me if you want me to talk you through it. I have skype and don't charge...