In this video professional photographer Brian Palmer concludes his Nature Photography workshop. Part 5 covers Getting Started With Camera Gear Choices Renting vs Buying Gimbal Heads Better Beamer. Filmed by Eric Broussard Edited by Brian Palmer (c) 2011 – Brian Palmer
Hi Natalie,The concepts of tatgered touch delegate and spritesheet are independant of each other. So it’s up to you to decide if you want to use one sprite sheet or several sprite sheets. Your animations are wonderful!
Just watched all 5 videos. Great mini series really learned alot. Just got a Canon PowerShot S3 IS and have been using CHDK on it to shoot in RAW only. I alos have Photoshop CS5 as well for post production. So far im loving the camera and learning about photography without having to break the bank and buy a DSLR. The maual mode plus CHDK really gives me more options than I could dream of. Time to go take some of that info I learned and apply it! Cheers
Hi Natalie,I see, what you refer as sprite sheet (.h and .m) is what we nollrmay call a class. Yes, I would recommend to make each sprite type its own class handling its own touches. So if you have kids and teachers, you would make two classes, a teacher class and a kid class. That all depends on what type of behavior you want. I am supposing above that teacher behaves differently from kids, and that the kids behave similar to each other. But if it is not so, for instance the girls behave differently from the boys, then you would have three classes. Suppose that the girls behave 90% as the boys do and 10% differently. Then you would make a kids class, and subclass it into two subclasses, boys class and girls class. the same behavior would go into kids class and the different behavior would go into girls class and boys class. For instance in the GalaxyFighter course there is a FlyManager class, where I collect all the behavior that is common among the flying objects like, MeteorManager, AlienManager, PlanetManager and so on. Study that code carefully and you will see the possibilities!thanksBob