<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Stuck in a for loop</title>
	<link>http://blog.kazumakzak.com</link>
	<description>blog.kazumakzak.com</description>
	<lastBuildDate>Thu, 04 Mar 2010 10:52:16 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Trying out Dwarf</title>
		<description><![CDATA[I just found an Adobe Air application called Dwarf. It is created by Jonnie Hallman who is a Developer at Adobe Systems. Dwarf allows you to add multiple guides and rulers directly to your desktop. This means you do not have to make a screenshot to open up in Photoshop every time you want to [...]]]></description>
		<link>http://blog.kazumakzak.com/2010/02/11/trying-out-dwarf/</link>
			</item>
	<item>
		<title>Disable Mouse Scroll Wheel on textfields</title>
		<description><![CDATA[In the project I am currently working on I got textfields that scrolled when I used the mouse wheel. To avoid this you simple disable the mouse for the textfield.

textfield.mouseEnabled = false;

]]></description>
		<link>http://blog.kazumakzak.com/2010/02/02/disable-mouse-scroll-wheel-on-textfields/</link>
			</item>
	<item>
		<title>Breaking the conditional statement</title>
		<description><![CDATA[I just discovered a really nice thing (thanks to Pernilla) using multiple conditions (&#038;&#038;, &#124;&#124;) in the if&#8230;else conditional statement in Actionscript. The thing I did not know (you probably did) is that the statement do not check the remaining conditions when a condition is not fulfilled. If you look at the image below you [...]]]></description>
		<link>http://blog.kazumakzak.com/2009/12/13/breaking-the-conditional-statement/</link>
			</item>
	<item>
		<title>Custom Ease Builder in TweenMax/TweenLite</title>
		<description><![CDATA[Create your own custom easing equation:
http://blog.greensock.com/customease/

]]></description>
		<link>http://blog.kazumakzak.com/2009/10/01/custom-ease-builder-in-tweenmaxtweenlite/</link>
			</item>
	<item>
		<title>Flex Builder 3 problems on Mac OS X 10.6</title>
		<description><![CDATA[Since upgrading to Snow Leopard (Mac OS X 10.6) on my Mac I have had some problems with Flex Builder. The most irritating problem is that the right (and left) column that highlights class errors are not updating correctly.

I realised that this only happens if I use Flexbuilder on my external monitor. However &#8230; if [...]]]></description>
		<link>http://blog.kazumakzak.com/2009/09/18/flex-builder-3-problems-on-mac-os-x-10-6/</link>
			</item>
	<item>
		<title>Fix smoothing bug on scaled bitmaps</title>
		<description><![CDATA[Every time you change the bitmapData source for a Bitmap you also need to set the smoothing property on your Bitmap to true (if you want the bitmap to use smoothing).

var bitmap : Bitmap = new Bitmap&#40;&#41;;
bitmap.smoothing = true;
trace&#40;bitmap.smoothing&#41;; // true
bitmap.bitmapData = new BitmapData&#40;320, 240&#41;;
trace&#40;bitmap.smoothing&#41;; // false

]]></description>
		<link>http://blog.kazumakzak.com/2009/06/25/fix-smoothing-bug-on-scaled-bitmaps/</link>
			</item>
	<item>
		<title>Xml line break issue in Flash</title>
		<description><![CDATA[I got some xml text line break issues in my latest project. The texts look good viewing them locally, but when uploading the project to the customer server I get a lot of extra line breaks. I am not really sure why this problem occurs but I guess it has to do with the server platform. I [...]]]></description>
		<link>http://blog.kazumakzak.com/2009/05/19/xml-line-break-issue-in-flash/</link>
			</item>
	<item>
		<title>Hexosearch &#8211; actionscript search engine</title>
		<description><![CDATA[I stumbled upon a this new search engine dedicated to Actionscript.
Pretty neat.
www.hexosearch.com
]]></description>
		<link>http://blog.kazumakzak.com/2009/05/18/hexosearch-actionscript-search-engine/</link>
			</item>
	<item>
		<title>Effing busy</title>
		<description><![CDATA[I haven&#8217;t  been able to post on the blog lately because I&#8217;ve been really busy lately making games.
But soon. Soon! Promise &#8230;

]]></description>
		<link>http://blog.kazumakzak.com/2009/05/12/effing-busy/</link>
			</item>
	<item>
		<title>How to disable the HTML wrapper file in Flex</title>
		<description><![CDATA[Flexbuilder generates a HTML wrapper file by default when you run your projects. I usually turn it off while developing to save some time waiting on my browser to reload the HTML file. After disabling this setting, your application will be launched within the standalone flash player. 
Open the project properties, and select Flex Compiler properties.

 
Uncheck Generate HTML [...]]]></description>
		<link>http://blog.kazumakzak.com/2009/04/15/how-to-disable-the-html-wrapper-file-in-flex/</link>
			</item>
</channel>
</rss>
