<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>Side Notes Beside Books</title>
	<atom:link href="http://myflashnotes.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://myflashnotes.wordpress.com</link>
	<description>Notes</description>
	<lastBuildDate>Fri, 02 Oct 2009 12:36:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='myflashnotes.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/105588a43a3e4144c2700ff47f3430bd?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Side Notes Beside Books</title>
		<link>http://myflashnotes.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://myflashnotes.wordpress.com/osd.xml" title="Side Notes Beside Books" />
	<atom:link rel='hub' href='http://myflashnotes.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Event Programming Flash</title>
		<link>http://myflashnotes.wordpress.com/2009/10/02/event/</link>
		<comments>http://myflashnotes.wordpress.com/2009/10/02/event/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 12:22:44 +0000</pubDate>
		<dc:creator>Herman Taniwan</dc:creator>
				<category><![CDATA[Actionscript 3.0]]></category>

		<guid isPermaLink="false">http://myflashnotes.wordpress.com/?p=65</guid>
		<description><![CDATA[Yes, One of the most important part in flash is Event. Flash is an event-driven programming language. Event is very closely related with interaction. Anything happens inside your flash environment either Mouse click, Keyboard press or Load completion is an event while mouse click and others are an interaction that trigger an event. In order [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=myflashnotes.wordpress.com&amp;blog=9681903&amp;post=65&amp;subd=myflashnotes&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Yes, One of the most important part in flash is Event. Flash is an <strong>event-driven</strong> programming language. Event is very closely related with interaction. Anything happens inside your flash environment either Mouse click, Keyboard press or Load completion is an event while mouse click and others are an interaction that trigger an event.</p>
<p>In order to intercept an Event, First you must register.<br />
Below is Register Listener example :<br />
<strong>addEventListener(<font color="#C7FE96">TypeOfEvent</font>.<font color="#FFE99D">NameOfEvent</font>,<font color="#FBFEA7">AnyMethod</font>);</strong></p>
<p>and for example if you want flash stage to hear an event then you must add<br />
<strong><font color="#FF7D92">stage</font>.addEventListener(<font color="#C7FE96">TypeOfEvent</font>.<font color="#FFE99D">NameOfEvent</font>,<font color="#FBFEA7">AnyMethod</font>);</strong></p>
<p><font color="#C7FE96">TypeOfEvent</font> =&gt; Typically this is the class of an Event Class example MouseEvent.</p>
<p><font color="#FFE99D">NameOfEvent</font> =&gt; Typically this is kind of constant variable of that class Event you used, for example a MouseEvent Class has a variable CLICK as its event type.</p>
<p><font color="#FBFEA7">AnyMethod</font> =&gt; function you would like to execute when an event occured.</p>
<p>If you want flash stage to hear a mouse click event then it will be.</p>
<p><strong><font color="#FF7D92">stage</font>.addEventListener(<font color="#C7FE96">MouseEvent</font>.<font color="#FFE99D">CLICK</font>,<font color="#FBFEA7">testClick</font>);</p>
<p>function <font color="#FBFEA7">testClick</font>(e:MouseEvent):void{<br />
	trace(&#8220;It works dude !&#8221;);<br />
}<br />
</strong></p>
<p>Don&#8217;t forgot that &#8220;e&#8221; from &#8220;e:MouseEvent&#8221; is an event object. You can also try few things like who trigger me with e.target. Happy Coding and hope you enjoy.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/myflashnotes.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/myflashnotes.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/myflashnotes.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/myflashnotes.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/myflashnotes.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/myflashnotes.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/myflashnotes.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/myflashnotes.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/myflashnotes.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/myflashnotes.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/myflashnotes.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/myflashnotes.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/myflashnotes.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/myflashnotes.wordpress.com/65/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=myflashnotes.wordpress.com&amp;blog=9681903&amp;post=65&amp;subd=myflashnotes&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://myflashnotes.wordpress.com/2009/10/02/event/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3fa718d818f3968b58793974f0fbfe78?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">manT</media:title>
		</media:content>
	</item>
		<item>
		<title>Actionscript Naming Convention.</title>
		<link>http://myflashnotes.wordpress.com/2009/09/30/actionscript-naming-convention/</link>
		<comments>http://myflashnotes.wordpress.com/2009/09/30/actionscript-naming-convention/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 13:31:42 +0000</pubDate>
		<dc:creator>Herman Taniwan</dc:creator>
				<category><![CDATA[Actionscript 3.0]]></category>

		<guid isPermaLink="false">http://myflashnotes.wordpress.com/?p=54</guid>
		<description><![CDATA[After we have a good fight in AS3. Let&#8217;s also talk a little bit about Naming Convention in actionscript. Naming Convention is extremely important in almost every programming language not just actionscript. When your application grow bigger, the tendency to be difficult to manage is also grow. One way that helps your application more readable [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=myflashnotes.wordpress.com&amp;blog=9681903&amp;post=54&amp;subd=myflashnotes&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After we have a good fight in AS3. Let&#8217;s also talk a little bit about Naming Convention in actionscript. Naming Convention is extremely important in almost every programming language not just actionscript. When your application grow bigger, the tendency to be difficult to manage is also grow. One way that helps your application more readable is with Naming Convention. </p>
<p>So How can it be done ? Let&#8217;s take a look.</p>
<p><strong>Class</strong> in Actionscript should be marked as CapitalLater at first Character, Example : SexyWoman. </p>
<p><strong>Object</strong> is following a Camel Case rule. Like a camel, which have several humps , a name likes Rosalie Bradford should be marked as rosalieBradford. </p>
<p>You can see that Object naming-rule is exactly <strong><font color="red">opposing</font>  class named-rule</strong> which at first letter should capital. </p>
<p>A <strong>variable</strong> and <strong>properties</strong> of naming-convention is like an object naming-convention.</p>
<p>A <strong>constant variable</strong> should be capital letter. example : BOUNCE_LEFT.<br />
separator between words is underscore.</p>
<p>That&#8217;s our note today. Hope you enjoy .</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/myflashnotes.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/myflashnotes.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/myflashnotes.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/myflashnotes.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/myflashnotes.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/myflashnotes.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/myflashnotes.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/myflashnotes.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/myflashnotes.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/myflashnotes.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/myflashnotes.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/myflashnotes.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/myflashnotes.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/myflashnotes.wordpress.com/54/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=myflashnotes.wordpress.com&amp;blog=9681903&amp;post=54&amp;subd=myflashnotes&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://myflashnotes.wordpress.com/2009/09/30/actionscript-naming-convention/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3fa718d818f3968b58793974f0fbfe78?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">manT</media:title>
		</media:content>
	</item>
		<item>
		<title>Package in Actionscript 3 (Part II)</title>
		<link>http://myflashnotes.wordpress.com/2009/09/29/package-in-actionscript-3-part-ii/</link>
		<comments>http://myflashnotes.wordpress.com/2009/09/29/package-in-actionscript-3-part-ii/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 00:57:28 +0000</pubDate>
		<dc:creator>Herman Taniwan</dc:creator>
				<category><![CDATA[Actionscript 3.0]]></category>

		<guid isPermaLink="false">http://myflashnotes.wordpress.com/?p=10</guid>
		<description><![CDATA[So this is the next part of our &#8216;Package Tour&#8217;. In this notes, we will look more about package. Supposed there is a package like this. package com.myFlashNotes { public class PackageTest{ public function PackageTest{} } } code above shows that an actionscript file is inside folder com then myFlashNotes (com-&#62;myFlashNotes) the folder Hierarchy : [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=myflashnotes.wordpress.com&amp;blog=9681903&amp;post=10&amp;subd=myflashnotes&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So this is the next part of our &#8216;Package Tour&#8217;. In this notes, we will look more about package.</p>
<p>Supposed there is a package like this.</p>
<p>package com.myFlashNotes {</p>
<p>public class PackageTest{</p>
<p>public function PackageTest{}</p>
<p>}</p>
<p>}</p>
<p>code above shows that an actionscript file is inside folder com then myFlashNotes (com-&gt;myFlashNotes)</p>
<p>the folder Hierarchy :</p>
<p><strong>- com</strong><br />
<span style="margin:15px;"><strong>- myFlashNotes</strong></span><br />
<span style="margin:25px;"><em>PackageTest (Actionscript Class).</em></span></p>
<p>Note that the bold font is our folder name and the italic font is our actionscript class name.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/myflashnotes.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/myflashnotes.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/myflashnotes.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/myflashnotes.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/myflashnotes.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/myflashnotes.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/myflashnotes.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/myflashnotes.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/myflashnotes.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/myflashnotes.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/myflashnotes.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/myflashnotes.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/myflashnotes.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/myflashnotes.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=myflashnotes.wordpress.com&amp;blog=9681903&amp;post=10&amp;subd=myflashnotes&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://myflashnotes.wordpress.com/2009/09/29/package-in-actionscript-3-part-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3fa718d818f3968b58793974f0fbfe78?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">manT</media:title>
		</media:content>
	</item>
		<item>
		<title>Package in AS 3</title>
		<link>http://myflashnotes.wordpress.com/2009/09/28/class-in-as-3/</link>
		<comments>http://myflashnotes.wordpress.com/2009/09/28/class-in-as-3/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 03:36:34 +0000</pubDate>
		<dc:creator>Herman Taniwan</dc:creator>
				<category><![CDATA[Actionscript 3.0]]></category>

		<guid isPermaLink="false">http://myflashnotes.wordpress.com/?p=3</guid>
		<description><![CDATA[Okay, so this is my first post and because it is the first one, let&#8217;s notes something short and simple but extremely necessary. Yes, it is package. You will need this when you are going to make a class. Package mechanism is similar to folder. Package will bundle your class as well as your logic. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=myflashnotes.wordpress.com&amp;blog=9681903&amp;post=3&amp;subd=myflashnotes&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Okay, so this is my first post and because it is the first one, let&#8217;s notes something short and simple but extremely necessary. Yes, it is package. You will need this when you are going to make a class.</p>
<p>Package mechanism is similar to folder. Package will bundle your class as well as your logic. So how do we play with this package ? Let&#8217;s see.</p>
<p>Create your actionscript file and named it whatever you like. For this notes i will use NotePackageTest.as</p>
<p>open it with your text editor.</p>
<p>then you defined the package syntax along with two brackets.<br />
like this:</p>
<p>package {}</p>
<p>after that you can type what inside that package and it will be our actionscript class name.</p>
<p>package {</p>
<p>public class NotePackageTest{<br />
public function NotePackage():void{<br />
super();<br />
}<br />
}<br />
}</p>
<p>and that&#8217;s it.</p>
<p><span style="color:red;">ATTENTION :</span><br />
This is really very quick explanation about using package and it doesn&#8217;t cover all essential stuffs in package. Be sure to watch the next one.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/myflashnotes.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/myflashnotes.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/myflashnotes.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/myflashnotes.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/myflashnotes.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/myflashnotes.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/myflashnotes.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/myflashnotes.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/myflashnotes.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/myflashnotes.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/myflashnotes.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/myflashnotes.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/myflashnotes.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/myflashnotes.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=myflashnotes.wordpress.com&amp;blog=9681903&amp;post=3&amp;subd=myflashnotes&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://myflashnotes.wordpress.com/2009/09/28/class-in-as-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3fa718d818f3968b58793974f0fbfe78?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">manT</media:title>
		</media:content>
	</item>
	</channel>
</rss>
