<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.4" -->
<rss version="0.92">
<channel>
	<title>JEKIPEDIA - a glance into my world</title>
	<link>http://jekipedia.com</link>
	<description>harder you work, more you life</description>
	<lastBuildDate>Thu, 02 Sep 2010 22:04:51 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>UHUY!</title>
		<description>baru2 ini lg ketagihan jajal skill ngoding di wonderfl.net! disini bener2 website yg pure buat flash coder.. soalny tools graphic ga bs dipake disini jadi klo mo bikin garis aja musti pake sebaris kode.. disini gw liat ternyata banyak programmer dari jepang yg nguasain papervision, trus ada beberapa libraries yg ...</description>
		<link>http://jekipedia.com/?p=321</link>
			</item>
	<item>
		<title>MERGE SORT AS3</title>
		<description>Just porting john neumann merge-sort method for vector type data into as3 dunno if it's faster than native sorting method.. let me know :D
package
{

 /**
 * ...
 * @author Jacky Riawan
 */
 public class mergesort
 {
 private var mySort:Vector.&#60;Number&#62;
 public function mergesort(myData:Vector.&#60;Number&#62;) {

 merge_sort(myData)

 }
 private function merge_sort(myData:Vector.&#60;Number&#62;) {
 if ...</description>
		<link>http://jekipedia.com/?p=319</link>
			</item>
	<item>
		<title>remove events</title>
		<description>to remove event listener when a display object is not displayed on stage. i think this way is more secure than use weak reference.

addEventListener(Event.REMOVED_FROM_STAGE, removeAllListener)

 
private function removeAllListener(e:Event):void
 {
 if(state==0){
 removeEventListener(Event.ENTER_FRAME, init)
 }else if (state == 1) {
 removeEventListener(Event.ENTER_FRAME, troopHandler)
 }else {
 removeEventListener(Event.ENTER_FRAME,dieWait)
 }
 if (!imUpgraded) {
 removeEventListener(Event.ENTER_FRAME,removeAllListener)
 }
 removeEventListener(Event.REMOVED_FROM_STAGE, ...</description>
		<link>http://jekipedia.com/?p=317</link>
			</item>
	<item>
		<title>as3 button overlap problem</title>
		<description>here's quick fix when a display objects overlap buttons

mouseEnabled=false

mouseoverlap </description>
		<link>http://jekipedia.com/?p=313</link>
			</item>
	<item>
		<title>pixels over-burst</title>
		<description>here's my first music created with fruity loop it has 8 bit feels in it... enjoy!

created from mixing sample tracks from NES, GBA and atari also couple of drums from fruity loops and scratches from soundsnap

http://kakutogi.deviantart.com/art/pixels-over-burst-176409735 </description>
		<link>http://jekipedia.com/?p=308</link>
			</item>
	<item>
		<title>rain</title>
		<description>rain is a simple flash movie i made in few hours lol... it's about a kid whos playing under the rain.. and people just passing through, adults seem forget what's it's like playing under the rain.. :D

screenshot



link:

http://kakutogi.deviantart.com/art/rain-174472685

enjoy!! </description>
		<link>http://jekipedia.com/?p=304</link>
			</item>
	<item>
		<title>simulating water in box2D</title>
		<description>my first attempt to simulate liquid in BOX2D
link: http://kakutogi.deviantart.com/#/d2t3mqd </description>
		<link>http://jekipedia.com/?p=300</link>
			</item>
	<item>
		<title>testing out AIR 2.0</title>
		<description>just installed cs5 today been curious how adobe AIR will perform on my PC so i make a quick particle app (warning probably not very stable since the development time is under 1 hour, been spawning lot's of particles without crash at all but better be careful) lol ..
been testing ...</description>
		<link>http://jekipedia.com/?p=295</link>
			</item>
	<item>
		<title>box2D sound spectrum</title>
		<description>just playing around with box2D engine and sound spectrum class

[caption id="attachment_290" align="aligncenter" width="300" caption="screenshot"][/caption]

how to use:

just download the zip file, extract, open the HTML file and put song URL into input box

preview link: http://www.jekipedia.com/upload/sound/boxSound.html or http://kakutogi.deviantart.com/#/d2rjn1t

download link: http://www.jekipedia.com/upload/sound/boxSound.zip

the music is: you fought wars by cannon ball

check out their youtube music ...</description>
		<link>http://jekipedia.com/?p=289</link>
			</item>
	<item>
		<title>shaper: iphone game concept</title>
		<description>simple game made for iphone with flash viper, didnt had any chance to try it because apple ends their agreement with adobe

i dunno if this game can be played with other mobile phone with flash player, but let me know

[caption id="attachment_278" align="aligncenter" width="194" caption="screenshot"][/caption]

goal of this game is simple, you ...</description>
		<link>http://jekipedia.com/?p=277</link>
			</item>
</channel>
</rss>
