[4 Aug 2010 | 6 Comments | ]
Lightning effect in Flash AS3

I was looking for class that would create a really cool lightning effect for me just like that, without having to deal with mathematics and co. Useless to say that when looking for such a thing, this will most likely end as a waste of time.
Well, I was wrong. I found this fabulous piece of art over there: http://blog.oaxoa.com/2009/07/27/actionscript-3-as3-lightning-thunderbolt-electric-discharge-class/
I take absolutely no credits for what I have done as it’s a pure copy of what this guy did. I just needed to re-do it in order to understand and see …

Read the full story »

AS3, Featured, Headline, flash »

[4 Aug 2010 | 6 Comments | ]

I was looking for class that would create a really cool lightning effect for me just like that, without having to deal with mathematics and co. Useless to say that when looking for such a thing, this will most likely end as a waste of time.
Well, I was wrong. I found this fabulous piece of art over there: http://blog.oaxoa.com/2009/07/27/actionscript-3-as3-lightning-thunderbolt-electric-discharge-class/
I take absolutely no credits for what I have done as it’s a pure copy of what this guy did. I just needed to re-do it in order to understand and see …

AS3, Commercial Projects, Featured, Headline, flash »

[8 Jun 2010 | No Comment | ]

And the very last project I worked on is a promotional website for Samsung: http://www.samsung-3dtv.be/
Samsung is now promoting their new 3D Televisions and it was a great occasion to organise an event with plenty of things to win (like this Home Cinema full featured worth +- 6300 €) and a website with plenty of things to win as well (like this Home Cinema full featured worth +- 6300 €)… yeah I’m repeating myself, but it has been discovered that nothing else can be better to actually make you memorize something …

AS3, Commercial Projects, Featured, Headline, flash »

[8 Jun 2010 | No Comment | ]

Launched a few months ago, here is the last project I worked on: Fanta Less Serious, a Youtube channel dedicated to “less serious” stuff…
So what’s the main purpose of this website ? sell more fanta… yeah but also entertain people. This channel regroups all the best fun videos on youtube and that’s pretty great actually.
A few words on the flash development though.
It isn’t really over glowing on the website but there is a smooth displacement effect on the big buttons on the home page (and other pages as well) that …

flash »

[13 May 2010 | No Comment | ]

http://www.thejohnnycashproject.com/#/explore/TopRated
Just go and see, this thing is just great.
In a few words:
take a song of Johnny Cash (Ain’t no grave can hold my body down) and allow people to redraw each frame of the video clip. This gives a really good hand drawn video clip in black and white. All drawn by people from all around the world. My participation is at frame 44.

Uncategorized »

[7 May 2010 | No Comment | ]

Ok, seems that many people have had this issue before but, as always in this kind of situation, it seems that I’m the only one having this specific issue on the entire web…
If you google it, you’ll find plenty of people telling about their story and how they solved it.
Here is mine:
I tried to call a static function from a static class with other functions working perfectly well. When I created this new function and tried to call it, I would get this 1006 “… not a function” error.
The trick …