How to grab mr Monopoly by the balls and change the world
Header image

Hey guys, you might have noticed that earlier this week i posted a tutorial on creating a lightweight Snake game in ActionScript 3. Well for each post in the AS3 Game Development series i’ll create an equivalent in jQuery on the HTML5 canvas. I hope you don’t mind me not explaining the code since it’s … Read more

Hey guys and welcome back for a quick tip ! In this post i’ll show you guys my preferred way of shuffling an array, i’ve been using this small function for a couple of years now and it’s solid as a rock when it comes to shuffling. Why would you want to shuffle an array … Read more

snake

Hey guys and welcome to the very first tutorial in this new series :) ! I’ve been doing a lot of game development of late and i’ve been enjoying it so much that i decided to share a bit of my knowledge with you guys. So in the next couple of posts you can expect … Read more

cubesy

Hey guys, Whilst reading up on away3D i noticed that a lot of people where having difficulty with rotating an ObjectContainer3D around its center. The reason for this being a bit annoying is because of the fact that in the latest build of Away3D the pivotpoint isn’t fully functional yet. So if you tried doing … Read more

Hey guys, a while back i had an RSS button on this blog, but due to some theme changes it disappeared. A friend of mine pointed this out to me and after some quick changes i put it back up :) ! So now you can use the button in the sidebar to subscribe to … Read more

trig_fun

Hey guys ! Just a quick post, sorry that i’m not including the source on this one just yet. But i’ll post a tutorial soon on how to make this :D ! So every once in a while i like to tinker around with sound visualization and trigonometry in flash, just for fun. And after … Read more

Hey guys, and welcome back to a new post ! Today i’ll be showing you guys a quick example of CSS3 transitions and how they could be used to make your life a lot easier. Demo – Source So let me explain the example to you before we get started. Well the idea is quite … Read more

Hey guys ! In last night’s post i placed a few functions that were part of a bigger library that i wrote for a closed-source project a while back. Whilst discussing these functions with an acquaintance he pointed out that some functions could perform better and lacked functionality. I’m eternally grateful for his views on … Read more

rgb_01

Hey guys,

A while back i wrote a pretty extended class to do some pretty cool stuff with colors in actionscript 3. As this was a closed source project i can’t share the ‘full functionality’ of the file, but here are some of the functions that i wrote ( or ported from other languages ) to do some pretty nifty stuff in actionscript 3 :) ! Read more

Hey guys, I’m writing a class that can help sharing data to the different social media platforms. I currently have twitter & facebook implemented. For twitter i’ve upped the ante a little and also wrote some functionality to add tags along with your url and the url itself will be shortened using the TinyURL service. … Read more