<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/" version="2.0">

<channel>
	<title>CartoonSmart.com Blog</title>
	
	<link>http://cartoonsmartblog.wordpress.com</link>
	<description>Training News, Artist Profiles, Freelance Tips, Design References, and More!</description>
	<lastBuildDate>Fri, 24 Feb 2012 19:45:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain="cartoonsmartblog.wordpress.com" port="80" path="/?rsscloud=notify" registerProcedure="" protocol="http-post" />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>CartoonSmart.com Blog</title>
		<link>http://cartoonsmartblog.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://cartoonsmartblog.wordpress.com/osd.xml" title="CartoonSmart.com Blog" />
	
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CartoonsmartcomBlog" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="cartoonsmartcomblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://cartoonsmartblog.wordpress.com/?pushpress=hub" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">CartoonsmartcomBlog</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>The Angry Ninjas Starter Kit is finally here!</title>
		<link>http://cartoonsmartblog.wordpress.com/2012/02/24/the-angry-ninjas-starter-kit-is-finally-here/</link>
		<comments>http://cartoonsmartblog.wordpress.com/2012/02/24/the-angry-ninjas-starter-kit-is-finally-here/#comments</comments>
		<pubDate>Fri, 24 Feb 2012 19:45:44 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[CartoonSmart Tutorials]]></category>
		<category><![CDATA[iPhone tutorials]]></category>

		<guid isPermaLink="false">http://cartoonsmartblog.wordpress.com/?p=3487</guid>
		<description><![CDATA[She&#8217;s finally ready! Which some of you past buyers know already because you hopefully got the project file links a couple days ago. The videos guides are also available now, so be sure you download those as well. So yes, its done !  This latest Starter Kit was a fun one to make, and as [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cartoonsmartblog.wordpress.com&amp;blog=4652604&amp;post=3487&amp;subd=cartoonsmartblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cartoonsmart.com/angry_ninjas_starterkit.php5"><img class="alignleft size-full wp-image-3488" title="Angry Ninjas Starter Kit One Sheet" src="http://cartoonsmartblog.files.wordpress.com/2012/02/angry_ninjas_starterkit_one_sheet.jpg?w=1200" alt=""   /></a></p>
<p>She&#8217;s finally ready! Which some of you past buyers know already because you hopefully got the project file links a couple days ago. The videos guides are also available now, so be sure you download those as well.</p>
<p>So yes, its done !  This latest Starter Kit was a fun one to make, and as usual I got a bit carried away making it better then originally planned, and also making it easier to customize for you guys. One of the things I spent some time on at the very end was going back and adding some simpler code for preset vector definitions for shapes you could use in your stack. And the stack is of course the meat of your level. So you can easily add these shapes&#8230;</p>
<ul>
<li>Circles</li>
<li>Squares / Rectangles</li>
<li>Triangles / Right Triangles</li>
<li>Parallelograms</li>
<li>Trapezoids</li>
<li>Hexagons</li>
<li>Octagons</li>
<li>Pentagons</li>
</ul>
<p><img class="alignleft size-large wp-image-3489" title="Easy Shape Definitions for Box2D objects" src="http://cartoonsmartblog.files.wordpress.com/2012/02/shape_definitions.jpg?w=625&#038;h=351" alt="" width="625" height="351" /> And that image above shows the exact code to create and add a new stack object to your level. I&#8217;ve highlighted where you define the image name to use (no need to add the file extension) and where it says <em>usePentagon </em>that will end up telling Box2D to make a pentagon collision shape for the object.</p>
<p>Other properties you might notice&#8230;</p>
<ul>
<li><strong>breaksOnGround</strong> &#8211; YES or NO whether or not the object will break when it hits the ground</li>
<li><strong>breaksFromNinja</strong> &#8211; YES or NO  whether or not the object will break when a ninja hits it</li>
<li><strong>hasAnimatedBreakFrames</strong>  - YES or NO whether or not to play a 10 frame animation of the object falling apart  (you&#8217;ll need to animate that yourself )</li>
<li><strong>damagesEnemy</strong> - YES or NO whether or not the object can cause damage to enemies</li>
<li><strong>density</strong> &#8211; how dense the object is, higher numbers make it more dense</li>
<li><strong>angleChange</strong> &#8211; change the angle from 0 to 360 degrees.</li>
<li><strong>makeImmovable</strong> - YES or NO whether or not the object is static or dynamic. Static objects won&#8217;t ever move</li>
<li><strong>points</strong> &#8211; how much the object scores if it is breakable.</li>
<li><strong>simpleScoreVisualFXType</strong>  - right now the template has three options <em>breakEffectSmokePuffs, </em> <em>breakEffectExplosion, or breakEffectNone . </em>If you choose either of the first two values, when the object breaks it will play an animation over top of the image of a sequence of either smoke puffs or an explosion. You can add as many other break effect animations as you want. These are a much simpler way of showing the object break apart because it doesn&#8217;t require adding a custom animation for each specific object. But you can do both if you want.</li>
</ul>
<p><img class="alignleft size-large wp-image-3490" title="Types of animation in the Angry Ninjas Starter Kit" src="http://cartoonsmartblog.files.wordpress.com/2012/02/types_of_animation.jpg?w=625&#038;h=351" alt="" width="625" height="351" /></p>
<p>And the Enemy class is pretty similar to the StackObject class. The only big difference is that the Enemy can have a damage factor and separate frames to show a progression of damage inflicted. So the first collision against an enemy could show a bandage on it. Then the next collision could kill the enemy. The amount of damage it takes to kill an enemy is up to.</p>
<p>Sooooooo&#8230;. I think I&#8217;ll leave the rest up to the sales page to fill you in on all the other fun features.</p>
<p>This Starter Kit has two purchasing options. Either a <strong>Personal License or Developer License.  </strong>If you want to make a game for yourself or your own company, the personal license is fine. If you want to build a game for a client using this template, then you need to purchase the Developer License (you&#8217;ll pass the cost onto them). <a href="http://www.cartoonsmart.com/angry_ninjas_starterkit.php5"> Both options are available here. </a> <strong>Just remember with both licenses we do expect you to modify most of the artwork to make the game unique to yourself or the company you are developing for. So replace the ninjas with something else and add new background art. </strong></p>
<p>And if you want to purchase the Personal License version of this kit with our iOS App Development course AND get 2 of our other Starter Kits, <a href="http://www.cartoonsmart.com/ios_app_dev.php5">you can visit this page.</a></p>
<p>Alrighty, Happy Development!</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cartoonsmartblog.wordpress.com/3487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cartoonsmartblog.wordpress.com/3487/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cartoonsmartblog.wordpress.com/3487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cartoonsmartblog.wordpress.com/3487/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cartoonsmartblog.wordpress.com/3487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cartoonsmartblog.wordpress.com/3487/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cartoonsmartblog.wordpress.com/3487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cartoonsmartblog.wordpress.com/3487/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cartoonsmartblog.wordpress.com/3487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cartoonsmartblog.wordpress.com/3487/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cartoonsmartblog.wordpress.com/3487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cartoonsmartblog.wordpress.com/3487/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cartoonsmartblog.wordpress.com/3487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cartoonsmartblog.wordpress.com/3487/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cartoonsmartblog.wordpress.com&amp;blog=4652604&amp;post=3487&amp;subd=cartoonsmartblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cartoonsmartblog.wordpress.com/2012/02/24/the-angry-ninjas-starter-kit-is-finally-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e8935a7b0d64fcbc44ca888811e2f3f6?s=96&amp;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">Justin</media:title>
		</media:content>

		<media:content url="http://cartoonsmartblog.files.wordpress.com/2012/02/angry_ninjas_starterkit_one_sheet.jpg" medium="image">
			<media:title type="html">Angry Ninjas Starter Kit One Sheet</media:title>
		</media:content>

		<media:content url="http://cartoonsmartblog.files.wordpress.com/2012/02/shape_definitions.jpg?w=625" medium="image">
			<media:title type="html">Easy Shape Definitions for Box2D objects</media:title>
		</media:content>

		<media:content url="http://cartoonsmartblog.files.wordpress.com/2012/02/types_of_animation.jpg?w=625" medium="image">
			<media:title type="html">Types of animation in the Angry Ninjas Starter Kit</media:title>
		</media:content>
	</item>
		<item>
		<title>CartoonSmart student to the rescue regarding the Camera.h error….</title>
		<link>http://cartoonsmartblog.wordpress.com/2012/02/20/cartoonsmart-student-to-the-rescue-regarding-the-camera-h-error/</link>
		<comments>http://cartoonsmartblog.wordpress.com/2012/02/20/cartoonsmart-student-to-the-rescue-regarding-the-camera-h-error/#comments</comments>
		<pubDate>Tue, 21 Feb 2012 03:04:04 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cartoonsmartblog.wordpress.com/?p=3484</guid>
		<description><![CDATA[Mac folks using Dreamweaver CS5.5 may need to pay attention to this because I had this exact error when playing with PhoneGap. Shane Hogan has posted up a detailed article (with screen shots ) about the allusive Camera.h error. And again, you may or may not have this problem. Not everyone on the Mac is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cartoonsmartblog.wordpress.com&amp;blog=4652604&amp;post=3484&amp;subd=cartoonsmartblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Mac folks using Dreamweaver CS5.5 may need to pay attention to this because I had this exact error when playing with PhoneGap. Shane Hogan has posted up a detailed article (with screen shots ) about the allusive Camera.h error. And again, you may or may not have this problem. Not everyone on the Mac is seeing this. So its a mystery&#8230;</p>
<p><a href="http://mds.scaleviz.com/dev/compiling-your-web-app-with-dreamweaver-phonegap-fixing-the-camera-h-error/">Read Shane&#8217;s Solution Here&#8230;</a></p>
<p>And for those chomping at the bit to get their hands on my Angry Birds-style template, you&#8217;re mere hours away. IT IS FINISHED!  I just need to document the code a bit more. Afterwards I&#8217;ll upload a zip, then begin working on the video guides, then finally the video tutorial. So I&#8217;ll do things a bit backwards this time, but that will get this in the hands of everyone as fast as possible.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cartoonsmartblog.wordpress.com/3484/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cartoonsmartblog.wordpress.com/3484/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cartoonsmartblog.wordpress.com/3484/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cartoonsmartblog.wordpress.com/3484/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cartoonsmartblog.wordpress.com/3484/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cartoonsmartblog.wordpress.com/3484/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cartoonsmartblog.wordpress.com/3484/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cartoonsmartblog.wordpress.com/3484/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cartoonsmartblog.wordpress.com/3484/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cartoonsmartblog.wordpress.com/3484/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cartoonsmartblog.wordpress.com/3484/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cartoonsmartblog.wordpress.com/3484/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cartoonsmartblog.wordpress.com/3484/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cartoonsmartblog.wordpress.com/3484/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cartoonsmartblog.wordpress.com&amp;blog=4652604&amp;post=3484&amp;subd=cartoonsmartblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cartoonsmartblog.wordpress.com/2012/02/20/cartoonsmart-student-to-the-rescue-regarding-the-camera-h-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e8935a7b0d64fcbc44ca888811e2f3f6?s=96&amp;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">Justin</media:title>
		</media:content>
	</item>
		<item>
		<title>My Valentines Day gift made me work.</title>
		<link>http://cartoonsmartblog.wordpress.com/2012/02/15/my-valentines-day-gift-made-me-work/</link>
		<comments>http://cartoonsmartblog.wordpress.com/2012/02/15/my-valentines-day-gift-made-me-work/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 15:39:50 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[Cool Sites/Stuff]]></category>

		<guid isPermaLink="false">http://cartoonsmartblog.wordpress.com/?p=3479</guid>
		<description><![CDATA[My wife got me probably the most excellent gift ever. I had seen the first version of this that came out a while back, and for whatever reason didn&#8217;t get it. Then totally forgot these cabinets existed until yesterday. So my head pretty much exploded when she gave this to me. Quick review: It is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cartoonsmartblog.wordpress.com&amp;blog=4652604&amp;post=3479&amp;subd=cartoonsmartblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>My wife got me probably the most excellent gift ever. I had seen the first version of this that came out a while back, and for whatever reason didn&#8217;t get it. Then totally forgot these cabinets existed until yesterday. So my head pretty much exploded when she gave this to me. Quick review: It is a thing of beauty. Feels VERY well made, not cheap. And dog-gone-it, the buttons and joystick really play like arcade controls. It couldn&#8217;t be better. Although if they make a third version in the future with some improvement like two joysticks, I could see myself getting it.</p>
<p>So after paying $10 for a collection of old Atari games that work with the button and joystick controls, I went crazy searching for more games that work with it. Pac-Man IS one of them  (which I already had ). And then, I realized,  &#8221;wait&#8230; how come MY games don&#8217;t work with this?!&#8221;  And two hours later, one of them does (video proof below).</p>
<p>So AS SOON as my Angry Birds-style Game Starter Kit is done, I&#8217;ll post up how to get this working with your Cocos2D games. I found most everything I needed online already, but it won&#8217;t hurt to post even more tips for everyone. It is easy with the right code.</p>
<p>The big question: Any one else own one?</p>
<p><img class="alignleft size-full wp-image-3480" title="icade-ipad-arcade-cabinet021" src="http://cartoonsmartblog.files.wordpress.com/2012/02/icade-ipad-arcade-cabinet021.jpg?w=1200" alt=""   /></p>
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='468' height='294' src='http://www.youtube.com/embed/QwLjJSwDgFM?version=3&amp;rel=1&amp;fs=1&amp;showsearch=0&amp;showinfo=1&amp;iv_load_policy=1&amp;wmode=transparent' frameborder='0'></iframe></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cartoonsmartblog.wordpress.com/3479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cartoonsmartblog.wordpress.com/3479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cartoonsmartblog.wordpress.com/3479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cartoonsmartblog.wordpress.com/3479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cartoonsmartblog.wordpress.com/3479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cartoonsmartblog.wordpress.com/3479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cartoonsmartblog.wordpress.com/3479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cartoonsmartblog.wordpress.com/3479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cartoonsmartblog.wordpress.com/3479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cartoonsmartblog.wordpress.com/3479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cartoonsmartblog.wordpress.com/3479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cartoonsmartblog.wordpress.com/3479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cartoonsmartblog.wordpress.com/3479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cartoonsmartblog.wordpress.com/3479/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cartoonsmartblog.wordpress.com&amp;blog=4652604&amp;post=3479&amp;subd=cartoonsmartblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cartoonsmartblog.wordpress.com/2012/02/15/my-valentines-day-gift-made-me-work/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e8935a7b0d64fcbc44ca888811e2f3f6?s=96&amp;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">Justin</media:title>
		</media:content>

		<media:content url="http://cartoonsmartblog.files.wordpress.com/2012/02/icade-ipad-arcade-cabinet021.jpg" medium="image">
			<media:title type="html">icade-ipad-arcade-cabinet021</media:title>
		</media:content>
	</item>
		<item>
		<title>And our second new multi-session course is…Optimizing Flash for iOS and Android Export</title>
		<link>http://cartoonsmartblog.wordpress.com/2012/02/10/and-our-second-new-multi-session-course-is-optimizing-flash-for-ios-and-android-export/</link>
		<comments>http://cartoonsmartblog.wordpress.com/2012/02/10/and-our-second-new-multi-session-course-is-optimizing-flash-for-ios-and-android-export/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 15:46:50 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[CartoonSmart Tutorials]]></category>
		<category><![CDATA[iPhone tutorials]]></category>

		<guid isPermaLink="false">http://cartoonsmartblog.wordpress.com/?p=3474</guid>
		<description><![CDATA[Jeremy Hicks&#8217; new lesson is finally here! We teased it a few weeks back by uploading a lengthy preview on Vimeo , so our apologies to anyone waiting patiently for a while. But the wait was worth it, I think. He&#8217;s put 10 hours of screen time into this, and MORE is coming. At least one [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cartoonsmartblog.wordpress.com&amp;blog=4652604&amp;post=3474&amp;subd=cartoonsmartblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cartoonsmart.com/optimizing_flash_tutorials.php5"><br />
<img class="alignleft size-full wp-image-3475" title="Optimizing Flash for iOS and Android Export" src="http://cartoonsmartblog.files.wordpress.com/2012/02/optimizing_preview.jpg?w=1200" alt=""   /></a></p>
<p>Jeremy Hicks&#8217; new lesson is finally here! We teased it a few weeks back by uploading a<a href="https://vimeo.com/34511174"> lengthy preview on Vimeo</a> , so our apologies to anyone waiting patiently for a while. But the wait was worth it, I think. He&#8217;s put 10 hours of screen time into this, and MORE is coming. At least one more lengthy session will be emailed to early buyers, and if you all have any suggestions or questions on things you&#8217;d like to see in the final session, go for it.</p>
<p>For you human and non-human readers, here&#8217;s some bullet points of what&#8217;s already included in this <a href="http://www.cartoonsmart.com/optimizing_flash_tutorials.php5">Optimizing Flash for iOS or Android Export tutorial series&#8230;</a></p>
<ul>
<li> Exporting artwork for sprite sheets in Flash</li>
<li> Using Texture Packer to create sprite sheets in Flash</li>
<li> Converting the JSON output from Texture Packer to an Actionscript 3 object</li>
<li> Texture Map for reading in the converted JSON object from Texture Packer as an Actionscript 3 object of coordinates</li>
<li> Building the Image Class</li>
<li> Creating Vector Objects, an optimized array to use less memory in the processor at run-time</li>
<li> Good coding habits for clearing out references to prevent memory leaks</li>
<li> Animation Classes that extend the Image Class for frame sequences</li>
<li> Learn alternatives to Event Listeners to reduce CPU overhead and possible memory leaks</li>
<li> Use Resource Loader to manage references so you only have one copy of a resource in memory</li>
<li> Application Model Class, all of the application&#8217;s core data will go in this class to reduce replication and runaway code</li>
<li> Entity Class, built off the Animation Class</li>
<li> Extending the Entity Class for the Ninja and Enemy Class</li>
<li> Moving enemies across the screen</li>
<li> Object Pooling with the Enemy Pool</li>
<li> When to use Timers vs Enter Frame</li>
<li> Collision detection</li>
<li> User interaction</li>
<li> Keeping score</li>
<li> How to deploy the Flash project to the iPhone for a true test of the memory usage and frame per second rates.</li>
</ul>
<div> And if you&#8217;re wondering, why bother to optimize your Flash code? Well Jeremy learned the hard way that exporting a Flash project to the iPhone isn&#8217;t so smooth at first. The frame rate can be pretty clunky without optimizing things. But after going to hell and back to learn everything he&#8217;s teaching us, his Flash-to-iOS app, <a href="http://bit.ly/YinMaster">Yin the Master of Yo</a>, is available in the App Store and running very fast. Its also a great game!</div>
<div></div>
<div><strong>And for the first 25 buyers of this course you&#8217;ll get a free promo code to download the game. </strong></div>
<div></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cartoonsmartblog.wordpress.com/3474/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cartoonsmartblog.wordpress.com/3474/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cartoonsmartblog.wordpress.com/3474/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cartoonsmartblog.wordpress.com/3474/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cartoonsmartblog.wordpress.com/3474/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cartoonsmartblog.wordpress.com/3474/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cartoonsmartblog.wordpress.com/3474/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cartoonsmartblog.wordpress.com/3474/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cartoonsmartblog.wordpress.com/3474/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cartoonsmartblog.wordpress.com/3474/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cartoonsmartblog.wordpress.com/3474/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cartoonsmartblog.wordpress.com/3474/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cartoonsmartblog.wordpress.com/3474/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cartoonsmartblog.wordpress.com/3474/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cartoonsmartblog.wordpress.com&amp;blog=4652604&amp;post=3474&amp;subd=cartoonsmartblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cartoonsmartblog.wordpress.com/2012/02/10/and-our-second-new-multi-session-course-is-optimizing-flash-for-ios-and-android-export/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e8935a7b0d64fcbc44ca888811e2f3f6?s=96&amp;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">Justin</media:title>
		</media:content>

		<media:content url="http://cartoonsmartblog.files.wordpress.com/2012/02/optimizing_preview.jpg" medium="image">
			<media:title type="html">Optimizing Flash for iOS and Android Export</media:title>
		</media:content>
	</item>
		<item>
		<title>The first of two tutorials coming TODAY! PhoneGap and Dreamweaver is ready!</title>
		<link>http://cartoonsmartblog.wordpress.com/2012/02/08/the-first-of-two-tutorials-coming-today-phonegap-and-dreamweaver-is-ready/</link>
		<comments>http://cartoonsmartblog.wordpress.com/2012/02/08/the-first-of-two-tutorials-coming-today-phonegap-and-dreamweaver-is-ready/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 20:40:00 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[CartoonSmart Tutorials]]></category>
		<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[phonegap]]></category>

		<guid isPermaLink="false">http://cartoonsmartblog.wordpress.com/?p=3466</guid>
		<description><![CDATA[&#160; I really had no idea what PhoneGap did until Lawrence (our usual HTML5 instructor) brought this course to me.  But after playing with it, and even teaching a very small part of this course myself, I bring ye all good tidings. This is an amazingly quick way to build Apps, especially if you&#8217;ve already [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cartoonsmartblog.wordpress.com&amp;blog=4652604&amp;post=3466&amp;subd=cartoonsmartblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cartoonsmart.com/phonegap_tutorials.php5"><img class="alignleft size-full wp-image-3467" title="Phonegap and Dreamweaver Tutorials" src="http://cartoonsmartblog.files.wordpress.com/2012/02/phonegap_preview.jpg?w=1200" alt=""   /></a></p>
<p>&nbsp;</p>
<p>I really had no idea what PhoneGap did until Lawrence (our usual HTML5 instructor) brought this course to me.  But after playing with it, and even teaching a very small part of this course myself, I bring ye all good tidings. This is an amazingly quick way to build Apps, especially if you&#8217;ve already got some background with HTML, HTML5, CSS, and the usual stuff you code with for web development.</p>
<p>If you want the official story on PhoneGap, <a href="http://www.phonegap.com">just visit their site here</a>, and definitely check out the example video. You&#8217;ll also notice they just got bought by Adobe, so even though Dreamweaver CS5.5 already has built in functionality with PhoneGap, we can expect even more integration in the future.</p>
<p>Want my lay-man&#8217;s take on it? You can use Dreamweaver to build an App (iOs or Android), and PhoneGap basically translates your usual HTML code into native code that the device will use. The great part is that, in general, the same code gets used for Android or iOS. So with one click , you can publish to both. And previous to watching this course, ahem, I didn&#8217;t even notice this little menu option below in Dreamweaver CS5.5&#8230;</p>
<p><img class="alignleft size-full wp-image-3468" title="Build an App with Dreamweaver CS5.5" src="http://cartoonsmartblog.files.wordpress.com/2012/02/screen-shot-2012-02-08-at-3-14-12-pm.png?w=1200" alt=""   /></p>
<p>Cool huh. Guess I should actually explore these updates I pay Adobe handsomely for.</p>
<p>So if you publish the PhoneGap template, you&#8217;ll get something like this right off the bat&#8230;</p>
<p><img class="alignleft size-full wp-image-3470" title="Dreamweaver to iPhone" src="http://cartoonsmartblog.files.wordpress.com/2012/02/untitled-2.png?w=1200" alt=""   /></p>
<p>It gets much cooler than that though. <a href="http://www.cartoonsmart.com/phonegap_tutorials.php5">You can check out the sales page for more details.</a> And this is a multi-session course, so he&#8217;s got 7 hours in the bag already, and more sessions coming. Lawrence and I have bounced around some ideas for things we&#8217;d like to see in the final session(s), but if you&#8217;d like to chime in, feel free to email us.  The price of $30 is a little more than usual, but this will be well worth it!</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cartoonsmartblog.wordpress.com/3466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cartoonsmartblog.wordpress.com/3466/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cartoonsmartblog.wordpress.com/3466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cartoonsmartblog.wordpress.com/3466/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cartoonsmartblog.wordpress.com/3466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cartoonsmartblog.wordpress.com/3466/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cartoonsmartblog.wordpress.com/3466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cartoonsmartblog.wordpress.com/3466/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cartoonsmartblog.wordpress.com/3466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cartoonsmartblog.wordpress.com/3466/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cartoonsmartblog.wordpress.com/3466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cartoonsmartblog.wordpress.com/3466/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cartoonsmartblog.wordpress.com/3466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cartoonsmartblog.wordpress.com/3466/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cartoonsmartblog.wordpress.com&amp;blog=4652604&amp;post=3466&amp;subd=cartoonsmartblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cartoonsmartblog.wordpress.com/2012/02/08/the-first-of-two-tutorials-coming-today-phonegap-and-dreamweaver-is-ready/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e8935a7b0d64fcbc44ca888811e2f3f6?s=96&amp;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">Justin</media:title>
		</media:content>

		<media:content url="http://cartoonsmartblog.files.wordpress.com/2012/02/phonegap_preview.jpg" medium="image">
			<media:title type="html">Phonegap and Dreamweaver Tutorials</media:title>
		</media:content>

		<media:content url="http://cartoonsmartblog.files.wordpress.com/2012/02/screen-shot-2012-02-08-at-3-14-12-pm.png" medium="image">
			<media:title type="html">Build an App with Dreamweaver CS5.5</media:title>
		</media:content>

		<media:content url="http://cartoonsmartblog.files.wordpress.com/2012/02/untitled-2.png" medium="image">
			<media:title type="html">Dreamweaver to iPhone</media:title>
		</media:content>
	</item>
		<item>
		<title>Preview of my Angry “Ninjas” Tutorial and Starter Kit</title>
		<link>http://cartoonsmartblog.wordpress.com/2012/02/06/preview-of-my-angry-ninjas-tutorial-and-starter-kit/</link>
		<comments>http://cartoonsmartblog.wordpress.com/2012/02/06/preview-of-my-angry-ninjas-tutorial-and-starter-kit/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 13:36:44 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[CartoonSmart Tutorials]]></category>
		<category><![CDATA[iPhone tutorials]]></category>

		<guid isPermaLink="false">http://cartoonsmartblog.wordpress.com/?p=3461</guid>
		<description><![CDATA[For those curious how the final project for session 4 of my iOS App Dev Course is coming along. Still to-do: Enemies to sling at and scoring. I&#8217;ll teach a lengthy tutorial and make a Starter Kit out of this when its all done&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cartoonsmartblog.wordpress.com&amp;blog=4652604&amp;post=3461&amp;subd=cartoonsmartblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For those curious how the final project for <a href="http://cartoonsmart.com/ios_app_dev.php5">session 4 of my iOS App Dev Course </a>is coming along. Still to-do: Enemies to sling at and scoring. I&#8217;ll teach a lengthy tutorial and make a Starter Kit out of this when its all done&#8230;</p>
<p>    <iframe src="http://player.vimeo.com/video/36278743" width="568" height="320" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cartoonsmartblog.wordpress.com/3461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cartoonsmartblog.wordpress.com/3461/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cartoonsmartblog.wordpress.com/3461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cartoonsmartblog.wordpress.com/3461/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cartoonsmartblog.wordpress.com/3461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cartoonsmartblog.wordpress.com/3461/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cartoonsmartblog.wordpress.com/3461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cartoonsmartblog.wordpress.com/3461/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cartoonsmartblog.wordpress.com/3461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cartoonsmartblog.wordpress.com/3461/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cartoonsmartblog.wordpress.com/3461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cartoonsmartblog.wordpress.com/3461/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cartoonsmartblog.wordpress.com/3461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cartoonsmartblog.wordpress.com/3461/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cartoonsmartblog.wordpress.com&amp;blog=4652604&amp;post=3461&amp;subd=cartoonsmartblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cartoonsmartblog.wordpress.com/2012/02/06/preview-of-my-angry-ninjas-tutorial-and-starter-kit/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e8935a7b0d64fcbc44ca888811e2f3f6?s=96&amp;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">Justin</media:title>
		</media:content>
	</item>
		<item>
		<title>My two cents for an indie comics artist…</title>
		<link>http://cartoonsmartblog.wordpress.com/2012/01/31/my-two-cents-for-an-indie-comics-artist/</link>
		<comments>http://cartoonsmartblog.wordpress.com/2012/01/31/my-two-cents-for-an-indie-comics-artist/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 19:02:02 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cartoonsmartblog.wordpress.com/?p=3454</guid>
		<description><![CDATA[Occassionally I get an email that I can&#8217;t resist writing a long reply to. If any of you have emailed me, you know I try to help ya out, buuuut with all the email I get I like to put people in the right direction as quick as possible. Hey, I got work to do. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cartoonsmartblog.wordpress.com&amp;blog=4652604&amp;post=3454&amp;subd=cartoonsmartblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>Occassionally I get an email that I can&#8217;t resist writing a long reply to. If any of you have emailed me, you know I try to help ya out, buuuut with all the email I get I like to put people in the right direction as quick as possible. Hey, I got work to do. Well once in a while I just have to stop someone heading down the wrong path. Especially if I think they could spend months or even years pursuing an unlikely outcome. In this case, the dream of selling a paid membership to an online-only comic. And since this emailer hasn&#8217;t even gotten a hosting plan yet (and it sounds like page 1 hasn&#8217;t been drawn), I couldn&#8217;t help steering him clear of the cliff. Here&#8217;s part of my reply. Maybe it will help another&#8230;</div>
<div></div>
<blockquote>
<div>I&#8217;m not sure what to tell you though about getting people to pay for viewing your comic online. Honestly I don&#8217;t think thats a good revenue stream compared to some other ways you can make money with your content being free. I think putting banner ads above every page of the comic would get you as much money as trying to sell a monthly subscription. A yearly subscription to a paper comic is what? Like $30. So for an online-only, indie comic artist, you&#8217;ll probably be hard pressed to even get $24 a year (or $2 a month). And remember this is an online comic, so comic-collectors won&#8217;t even be getting a collectible paper copy. Even a $1 a month subscriptions could be tough. So lets fast forward 2 or 3 years of investing your time in this. Best case scenario, I think you are looking at 100-200 subscribers IF your comic is incredible and has picked up some kind of internet buzz. Which is tough. So 200 subscribers is still only $200-400 a month&#8230;.</div>
<div style="padding-left:30px;"></div>
<div style="padding-left:30px;">.</div>
<div></div>
<div>But if you sign up for a Google AdSense account, you can get maybe 50 cents to $1 per click on ads you serve . So if you draw a page a day, post it free, you&#8217;ve got a much better opportunity to make even more money. If you get a loyal fan, they might come to the site every day. Or at least once a week, and click 5-7 pages to work back on the strips they missed. Each page loaded will serve up an ad, hopefully a different one each time, and you&#8217;ve got a chance to make some money on your work being FREE. So you get the advantage of more money AND more exposure for your work. And nothing against your work, because I haven&#8217;t even seen it, but no matter how great it is, you&#8217;ll have a hard time getting it seen if its not free.  But if you just build a strong following, you can make money.</div>
<div></div>
<div>.</div>
<div></div>
<div></div>
</blockquote>
<div>Did I Marty McFly this kid or what. Set right the wrongs of a future where he&#8217;s working his butt off to make a monthly paid comic for a handful of his friends that subscribed?  I hope so.</div>
<div></div>
<div>If anyone else has some great ideas for revenue streams for someone with free daily content,  post &#8216;em up!</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cartoonsmartblog.wordpress.com/3454/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cartoonsmartblog.wordpress.com/3454/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cartoonsmartblog.wordpress.com/3454/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cartoonsmartblog.wordpress.com/3454/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cartoonsmartblog.wordpress.com/3454/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cartoonsmartblog.wordpress.com/3454/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cartoonsmartblog.wordpress.com/3454/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cartoonsmartblog.wordpress.com/3454/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cartoonsmartblog.wordpress.com/3454/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cartoonsmartblog.wordpress.com/3454/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cartoonsmartblog.wordpress.com/3454/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cartoonsmartblog.wordpress.com/3454/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cartoonsmartblog.wordpress.com/3454/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cartoonsmartblog.wordpress.com/3454/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cartoonsmartblog.wordpress.com&amp;blog=4652604&amp;post=3454&amp;subd=cartoonsmartblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cartoonsmartblog.wordpress.com/2012/01/31/my-two-cents-for-an-indie-comics-artist/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e8935a7b0d64fcbc44ca888811e2f3f6?s=96&amp;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">Justin</media:title>
		</media:content>
	</item>
		<item>
		<title>Using stock photos in a project?</title>
		<link>http://cartoonsmartblog.wordpress.com/2012/01/24/using-stock-photos-in-a-project/</link>
		<comments>http://cartoonsmartblog.wordpress.com/2012/01/24/using-stock-photos-in-a-project/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 17:37:23 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[Design References]]></category>

		<guid isPermaLink="false">http://cartoonsmartblog.wordpress.com/?p=3443</guid>
		<description><![CDATA[Yay or nay? Anyone feel like thats a cop out or what?  Well I&#8217;ve used some stock illustrations in my apps. I&#8217;m not the worlds greatest illustrator, so at times I&#8217;ll go search a site like iStockPhoto for &#8220;inspiration&#8221;. And if I find its easier, and affordable to buy the art that inspires me, I&#8217;ll [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cartoonsmartblog.wordpress.com&amp;blog=4652604&amp;post=3443&amp;subd=cartoonsmartblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Yay or nay? Anyone feel like thats a cop out or what?  Well I&#8217;ve used some stock illustrations in my apps. I&#8217;m not the worlds greatest illustrator, so at times I&#8217;ll go search a site like iStockPhoto for <em>&#8220;inspiration&#8221;</em>. And if I find its easier, and affordable to buy the art that inspires me, I&#8217;ll do it. Just check the licensing so you know you&#8217;re paying enough to use it properly.</p>
<p>So I got an email today from iStockPhoto advertising a new collection of art that is pretty cool, <a href="http://www.istockphoto.com/CSA_Images">CSA Images</a>. Most of which looks like it could have been hanging on the walls around Don Draper&#8217;s office.  Here&#8217;s a brief bit about the collection&#8230;</p>
<blockquote><p>
Established by Charles S. Anderson, the CSA Images collection began in the 1970&#8242;s. CSA Images is now one of the most extensive and highly awarded collections of graphic illustrations and design elements in existence.</p>
<p>Over the years, CSA has created countless original photographs, illustrations, and design elements along with seeking out and acquiring entire collections of original art from copyright owners. All told, CSA has spent hundreds of thousands of hours creating, commissioning, curating, and purchasing images in addition to researching millions of historic materials for rights clearance.</p></blockquote>
<p>I&#8217;ll post up some ones that really struck me. And h<a href="http://www.istockphoto.com/search/portfolio/8198330/">ere&#8217;s a link to all 5671 </a>&#8230;</p>

<a href='http://cartoonsmartblog.wordpress.com/2012/01/24/using-stock-photos-in-a-project/stock-photo-18473659-man-wearing-ribbons-and-awards/' title='stock-photo-18473659-man-wearing-ribbons-and-awards'><img data-attachment-id='3450' data-orig-size='304,380' data-liked='0'width="76" height="96" src="http://cartoonsmartblog.files.wordpress.com/2012/01/stock-photo-18473659-man-wearing-ribbons-and-awards.jpg?w=76&#038;h=96" class="attachment-thumbnail" alt="stock-photo-18473659-man-wearing-ribbons-and-awards" title="stock-photo-18473659-man-wearing-ribbons-and-awards" /></a>
<a href='http://cartoonsmartblog.wordpress.com/2012/01/24/using-stock-photos-in-a-project/stock-photo-18464780-stylized-whale/' title='stock-photo-18464780-stylized-whale'><img data-attachment-id='3445' data-orig-size='380,270' data-liked='0'width="128" height="90" src="http://cartoonsmartblog.files.wordpress.com/2012/01/stock-photo-18464780-stylized-whale.jpg?w=128&#038;h=90" class="attachment-thumbnail" alt="stock-photo-18464780-stylized-whale" title="stock-photo-18464780-stylized-whale" /></a>
<a href='http://cartoonsmartblog.wordpress.com/2012/01/24/using-stock-photos-in-a-project/stock-photo-18474724-party-marching-band/' title='stock-photo-18474724-party-marching-band'><img data-attachment-id='3451' data-orig-size='380,228' data-liked='0'width="128" height="76" src="http://cartoonsmartblog.files.wordpress.com/2012/01/stock-photo-18474724-party-marching-band.jpg?w=128&#038;h=76" class="attachment-thumbnail" alt="stock-photo-18474724-party-marching-band" title="stock-photo-18474724-party-marching-band" /></a>
<a href='http://cartoonsmartblog.wordpress.com/2012/01/24/using-stock-photos-in-a-project/stock-photo-18463926-woman-in-car-with-cracked-windshield/' title='stock-photo-18463926-woman-in-car-with-cracked-windshield'><img data-attachment-id='3444' data-orig-size='380,294' data-liked='0'width="124" height="96" src="http://cartoonsmartblog.files.wordpress.com/2012/01/stock-photo-18463926-woman-in-car-with-cracked-windshield.jpg?w=124&#038;h=96" class="attachment-thumbnail" alt="stock-photo-18463926-woman-in-car-with-cracked-windshield" title="stock-photo-18463926-woman-in-car-with-cracked-windshield" /></a>
<a href='http://cartoonsmartblog.wordpress.com/2012/01/24/using-stock-photos-in-a-project/stock-photo-18469908-man-standing-in-fire/' title='stock-photo-18469908-man-standing-in-fire'><img data-attachment-id='3447' data-orig-size='380,285' data-liked='0'width="128" height="96" src="http://cartoonsmartblog.files.wordpress.com/2012/01/stock-photo-18469908-man-standing-in-fire.jpg?w=128&#038;h=96" class="attachment-thumbnail" alt="stock-photo-18469908-man-standing-in-fire" title="stock-photo-18469908-man-standing-in-fire" /></a>
<a href='http://cartoonsmartblog.wordpress.com/2012/01/24/using-stock-photos-in-a-project/stock-photo-18471071-beer-toast/' title='stock-photo-18471071-beer-toast'><img data-attachment-id='3448' data-orig-size='380,310' data-liked='0'width="117" height="96" src="http://cartoonsmartblog.files.wordpress.com/2012/01/stock-photo-18471071-beer-toast.jpg?w=117&#038;h=96" class="attachment-thumbnail" alt="stock-photo-18471071-beer-toast" title="stock-photo-18471071-beer-toast" /></a>
<a href='http://cartoonsmartblog.wordpress.com/2012/01/24/using-stock-photos-in-a-project/stock-photo-18473120-man-in-hat-pointing/' title='stock-photo-18473120-man-in-hat-pointing'><img data-attachment-id='3449' data-orig-size='380,380' data-liked='0'width="96" height="96" src="http://cartoonsmartblog.files.wordpress.com/2012/01/stock-photo-18473120-man-in-hat-pointing.jpg?w=96&#038;h=96" class="attachment-thumbnail" alt="stock-photo-18473120-man-in-hat-pointing" title="stock-photo-18473120-man-in-hat-pointing" /></a>
<a href='http://cartoonsmartblog.wordpress.com/2012/01/24/using-stock-photos-in-a-project/stock-photo-18468801-drunk-man-holding-cocktail/' title='stock-photo-18468801-drunk-man-holding-cocktail'><img data-attachment-id='3446' data-orig-size='327,380' data-liked='0'width="82" height="96" src="http://cartoonsmartblog.files.wordpress.com/2012/01/stock-photo-18468801-drunk-man-holding-cocktail.jpg?w=82&#038;h=96" class="attachment-thumbnail" alt="stock-photo-18468801-drunk-man-holding-cocktail" title="stock-photo-18468801-drunk-man-holding-cocktail" /></a>

<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cartoonsmartblog.wordpress.com/3443/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cartoonsmartblog.wordpress.com/3443/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cartoonsmartblog.wordpress.com/3443/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cartoonsmartblog.wordpress.com/3443/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cartoonsmartblog.wordpress.com/3443/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cartoonsmartblog.wordpress.com/3443/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cartoonsmartblog.wordpress.com/3443/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cartoonsmartblog.wordpress.com/3443/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cartoonsmartblog.wordpress.com/3443/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cartoonsmartblog.wordpress.com/3443/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cartoonsmartblog.wordpress.com/3443/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cartoonsmartblog.wordpress.com/3443/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cartoonsmartblog.wordpress.com/3443/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cartoonsmartblog.wordpress.com/3443/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cartoonsmartblog.wordpress.com&amp;blog=4652604&amp;post=3443&amp;subd=cartoonsmartblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cartoonsmartblog.wordpress.com/2012/01/24/using-stock-photos-in-a-project/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e8935a7b0d64fcbc44ca888811e2f3f6?s=96&amp;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">Justin</media:title>
		</media:content>

		<media:content url="http://cartoonsmartblog.files.wordpress.com/2012/01/stock-photo-18464780-stylized-whale.jpg?w=128" medium="image">
			<media:title type="html">stock-photo-18464780-stylized-whale</media:title>
		</media:content>

		<media:content url="http://cartoonsmartblog.files.wordpress.com/2012/01/stock-photo-18474724-party-marching-band.jpg?w=128" medium="image">
			<media:title type="html">stock-photo-18474724-party-marching-band</media:title>
		</media:content>

		<media:content url="http://cartoonsmartblog.files.wordpress.com/2012/01/stock-photo-18473120-man-in-hat-pointing.jpg?w=96" medium="image">
			<media:title type="html">stock-photo-18473120-man-in-hat-pointing</media:title>
		</media:content>

		<media:content url="http://cartoonsmartblog.files.wordpress.com/2012/01/stock-photo-18463926-woman-in-car-with-cracked-windshield.jpg?w=124" medium="image">
			<media:title type="html">stock-photo-18463926-woman-in-car-with-cracked-windshield</media:title>
		</media:content>

		<media:content url="http://cartoonsmartblog.files.wordpress.com/2012/01/stock-photo-18469908-man-standing-in-fire.jpg?w=128" medium="image">
			<media:title type="html">stock-photo-18469908-man-standing-in-fire</media:title>
		</media:content>

		<media:content url="http://cartoonsmartblog.files.wordpress.com/2012/01/stock-photo-18468801-drunk-man-holding-cocktail.jpg?w=82" medium="image">
			<media:title type="html">stock-photo-18468801-drunk-man-holding-cocktail</media:title>
		</media:content>

		<media:content url="http://cartoonsmartblog.files.wordpress.com/2012/01/stock-photo-18473659-man-wearing-ribbons-and-awards.jpg?w=76" medium="image">
			<media:title type="html">stock-photo-18473659-man-wearing-ribbons-and-awards</media:title>
		</media:content>

		<media:content url="http://cartoonsmartblog.files.wordpress.com/2012/01/stock-photo-18471071-beer-toast.jpg?w=117" medium="image">
			<media:title type="html">stock-photo-18471071-beer-toast</media:title>
		</media:content>
	</item>
		<item>
		<title>Force Perspective…Backwards.</title>
		<link>http://cartoonsmartblog.wordpress.com/2012/01/23/force-perspective-backwards/</link>
		<comments>http://cartoonsmartblog.wordpress.com/2012/01/23/force-perspective-backwards/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 18:49:42 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[Cool Sites/Stuff]]></category>

		<guid isPermaLink="false">http://cartoonsmartblog.wordpress.com/?p=3441</guid>
		<description><![CDATA[Wanna know what that looks like. Check out this amazing video. Give it 20 seconds, and your brain will start to melt a little. And no, there&#8217;s no CGI trickery here&#8230; Here&#8217;s how its done&#8230; &#160;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cartoonsmartblog.wordpress.com&amp;blog=4652604&amp;post=3441&amp;subd=cartoonsmartblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Wanna know what that looks like. Check out this amazing video. Give it 20 seconds, and your brain will start to melt a little. And no, there&#8217;s no CGI trickery here&#8230;</p>
<p>    <iframe src="http://player.vimeo.com/video/26869787" width="625" height="352" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>
<p>Here&#8217;s how its done&#8230;</p>
<p>    <iframe src="http://player.vimeo.com/video/30454258" width="625" height="352" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cartoonsmartblog.wordpress.com/3441/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cartoonsmartblog.wordpress.com/3441/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cartoonsmartblog.wordpress.com/3441/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cartoonsmartblog.wordpress.com/3441/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cartoonsmartblog.wordpress.com/3441/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cartoonsmartblog.wordpress.com/3441/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cartoonsmartblog.wordpress.com/3441/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cartoonsmartblog.wordpress.com/3441/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cartoonsmartblog.wordpress.com/3441/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cartoonsmartblog.wordpress.com/3441/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cartoonsmartblog.wordpress.com/3441/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cartoonsmartblog.wordpress.com/3441/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cartoonsmartblog.wordpress.com/3441/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cartoonsmartblog.wordpress.com/3441/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cartoonsmartblog.wordpress.com&amp;blog=4652604&amp;post=3441&amp;subd=cartoonsmartblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cartoonsmartblog.wordpress.com/2012/01/23/force-perspective-backwards/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e8935a7b0d64fcbc44ca888811e2f3f6?s=96&amp;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">Justin</media:title>
		</media:content>
	</item>
		<item>
		<title>Ancient Aliens Comic Strip Tutorial and TONS of Vector Art!</title>
		<link>http://cartoonsmartblog.wordpress.com/2012/01/18/ancient-aliens-comic-strip-tutorial-and-tons-of-vector-art/</link>
		<comments>http://cartoonsmartblog.wordpress.com/2012/01/18/ancient-aliens-comic-strip-tutorial-and-tons-of-vector-art/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 19:30:05 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[CartoonSmart Tutorials]]></category>

		<guid isPermaLink="false">http://cartoonsmartblog.wordpress.com/?p=3436</guid>
		<description><![CDATA[&#160; Brian Zaikowski is back with another great tutorial. Again covering Comic Strips, but if you liked his last tutorial, I&#8217;m sure you&#8217;ll dig this one too. AND as an added bonus he&#8217;s including an entire poster&#8217;s worth of royalty free vector art. That means you can do whatever you want with it! Put it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cartoonsmartblog.wordpress.com&amp;blog=4652604&amp;post=3436&amp;subd=cartoonsmartblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cartoonsmart.com/ancient_aliens.php5"><img class="alignleft size-full wp-image-3437" title="Ancient Aliens Comic Strip Tutorial for Illustrator" src="http://cartoonsmartblog.files.wordpress.com/2012/01/ancient_aliens_comic_strip.jpg?w=1200" alt=""   /></a></p>
<p>&nbsp;</p>
<p>Brian Zaikowski is back with another great tutorial. Again covering Comic Strips, but if you liked his last tutorial, I&#8217;m sure you&#8217;ll dig this one too. AND as an added bonus he&#8217;s including an entire poster&#8217;s worth of royalty free vector art. That means you can do whatever you want with it! Put it an app, game, whatever. You can see the entire poster of what&#8217;s included by <a href="http://www.cartoonsmart.com/illustrator_images/alienGuideToEarthWords.png">clicking here</a>. You&#8217;ll get that exact file in vector art form, and 89 files of the key characters in their own Adobe Illustrator file. This makes it a lot easier to import the art into Flash or another program. Interested!? <a href="http://www.cartoonsmart.com/ancient_aliens.php5">Here&#8217;s the sales page!</a></p>
<p>Also my student Shane just told me he got an app in the store after watching our<a href="http://www.cartoonsmart.com/mobile_actionscript3.php5"> Flash-to-Mobile </a>tutorials, so if you&#8217;re interested in checking out his App, go to <a href="http://www.scaleviz.com/">ShapeViz.com</a> . He built a great looking Guitar Fretboard Shape Trainer!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cartoonsmartblog.wordpress.com/3436/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cartoonsmartblog.wordpress.com/3436/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cartoonsmartblog.wordpress.com/3436/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cartoonsmartblog.wordpress.com/3436/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cartoonsmartblog.wordpress.com/3436/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cartoonsmartblog.wordpress.com/3436/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cartoonsmartblog.wordpress.com/3436/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cartoonsmartblog.wordpress.com/3436/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cartoonsmartblog.wordpress.com/3436/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cartoonsmartblog.wordpress.com/3436/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cartoonsmartblog.wordpress.com/3436/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cartoonsmartblog.wordpress.com/3436/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cartoonsmartblog.wordpress.com/3436/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cartoonsmartblog.wordpress.com/3436/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cartoonsmartblog.wordpress.com&amp;blog=4652604&amp;post=3436&amp;subd=cartoonsmartblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cartoonsmartblog.wordpress.com/2012/01/18/ancient-aliens-comic-strip-tutorial-and-tons-of-vector-art/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e8935a7b0d64fcbc44ca888811e2f3f6?s=96&amp;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">Justin</media:title>
		</media:content>

		<media:content url="http://cartoonsmartblog.files.wordpress.com/2012/01/ancient_aliens_comic_strip.jpg" medium="image">
			<media:title type="html">Ancient Aliens Comic Strip Tutorial for Illustrator</media:title>
		</media:content>
	</item>
	</channel>
</rss>

