Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Rashii Henry
16,433 PointsImages in a mobile game
I was paying close attention to some of the games that I have on my phone.
I try to look at applications already developed and try to break down every single aspect. For example, that's a UIlabel, that's a UIbutton, etc..
now I'm paying attention to the games. we've done animation in the crystal ball course. so I'm familiar with what it is.
but, now is every single item in a game an image? if so how do images move over other images in a mobile game?
and those scenarios where you can scroll through and see the level before you move throughout it. Are those background images that are bigger than the screen size? and they just have a scroll view on them?
1 Answer
Guled A.
10,605 PointsI had personally created a game a few times, and most of my attempts with animations are by using frames. I'd create the character and then draw all the moving body parts. Thats how, I believe, most games create their animations. in regards to your second question, I do not know.
Rashii Henry
16,433 PointsRashii Henry
16,433 PointsI appreciate your information though. I just like being able to break things down to see how every little bit contributes.