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 trialDigma Jain
1,602 PointsAnimation
Where do I get the series of images to be used for animation..? Like we have CrystalBalls 24 images to create animation for crystalBall.
6 Answers
Adam Tatusko
16,589 PointsThe images are in the Project Files zip file, which can be downloaded from the menu link on the right hand side of your screen. The 24 ball images are in the following directory in the zip file:
android-island1-stage5-video3 > CrystalBall > res > drawable-mdpi
The images are named ballxx.png where xx is the image number from 01 to 24.
Iskandar Fendi
5,700 PointsHi Digma,
The images are in the zip file located below the tutorial video of that particular topic.
Thanks,
Isk
Eric De Wildt
Courses Plus Student 13,077 PointsAdam had the best answer here.
Digma Jain
1,602 PointsThanks for the replies, but my question is when I am creating another app other than CrystalBall and if I want to create an animation in that where do I get the series of images in that case..?
Eric De Wildt
Courses Plus Student 13,077 PointsIn that case you would create them either yourself or have someone else make them. Each image acts like a page in a flip book. The animation just flips through the pages so to speak. You can make the images using almost any photoshop like program as long as they are uploaded in the correct file type.
Digma Jain
1,602 PointsOk Thank You Eric..:)