Debugging with Arthropod

Posted on: October 12th, 2011 by inkedchips 4 Comments

Here we will cover one of the most important tools that I use as a Flash coder Arthropod: wich basically shows you the output of any trace you want in a sorted way, you can even set a password, you can even read if your website is located in facebook; This is a MUST when [...]

Read the rest of this entry »
,

Facebook and Twitter Feeds

Posted on: October 7th, 2011 by inkedchips 2 Comments

Facebook and Twitter Feeds Lets say that we want to share into facebook and twitter a simple feed on each one. It is a bit easy to do on twitter, but no so easy on facebook, because we have to create a new application, don’t worry, we will cover all here step by step. Basically [...]

Read the rest of this entry »
,

One sided platform with qb2

Posted on: August 24th, 2011 by inkedchips 1 Comment

One sided platform Hello, in this tutorial we are going to cover the generation of a single sided platform, those kind of platforms that when the user is below them, they jump, or launch a grappling hook they get over that plattform and it becomes solid after they went thru that platform, like in Bionic [...]

Read the rest of this entry »
,

The singleton pattern applied to AS3

Posted on: August 22nd, 2011 by inkedchips 3 Comments

Why creating a singleton pattern? Well, basically it comes by the need of instantiating one class through the entire application to access some functions that need to be used A LOT of times, or maybe variables that need to be accessed a lot of times as well.      Benefits – It will enable you [...]

Read the rest of this entry »
,

Basic event management in AS3

Posted on: August 21st, 2011 by inkedchips 14 Comments

Welcome to my second post! We will be working with Flashdevelop IDE everytime we speak about actionscript. Why would we want to create an Event and an EventDispatcher to “dispatch an event”? easy, sometimes in OOP structures, you need to keep sorted the structure of your workflow and sometimes you have a controller class that will [...]

Read the rest of this entry »
,

Hello everyone welcome to my blog!

Posted on: August 16th, 2011 by inkedchips 2 Comments

My name is Daniel Arias, I’m a Flash developer, and I’m currently working in London, this is a blog dedicated to keep the vital information all of my notes, and useful bits of work in a record so that I can access it everytime I want, it is going to keep useful tutorials up to [...]

Read the rest of this entry »
,