What is better when I'm talking about performance?
Well....just a example, I'm creating a iPad application....I have four 1024x768 static images and one touch Buttom that when I touch it THEN create one of these four images....so....what is better to performance?
- Create four active pictures with disabled "create at start" and located outside the frame...when I touch a buttom THEN create one of these four images in the background and destroy the previous created image.
OR
- Create one active object with four directions that each direction have one of these images...when I touch a buttom THEN change the direction of the animation of this active object...
What option it's better to performance?
If you have another better option just let me know..
THANKS MY FRIENDS...