Posted by Emanuele Feronato on 01/26/07 in Photoshop
Today I found an interesting tutorial on deviantart and once fitted to my needs, I converted it to a Photoshop Action
Look at the colors:
Before
After
Download the action and give me some feedback
If you liked this post buy me a beer (or two)
tag this | permalink | trackback url | comments(13)
Posted by Emanuele Feronato on 01/24/07 in Flash
Welcome with the 6th part.
I have to warn you, things start getting terribly serious from now on.
First, if you haven’t done it yet, read all steps from 1st to 5th, then here we go.
Time to make a small, still unfinished, but playable game.
It’s called Kira in a Bubble.
Play it some minutes, then come back and [...]
tag this | permalink | trackback url | comments(27)
Posted by Emanuele Feronato on 01/12/07 in Php
Maybe today I found a php bug... try to run this script on your server...
PLAIN TEXT
PHP:
<?php
$a=100.9;
$b = 100;
$c = $a-$b;
echo $c;
?>
What do you get?
I get a 0.90000000000001 on different servers with different php installations
Am I the only one?
If you liked this post buy me a beer (or two)
tag this | permalink | trackback url | comments(10)
Posted by Emanuele Feronato on 01/8/07 in Flash
March 31st update: part 5 released
March 4th update: part 4 released
February 17th update: part 3 released
February 3rd update: part 2 released
In the last months I saw a lot of flash drawing games, like Line Rider and Softball.
The concept is very simple yet addictive because the player has the capability to draw the stage.
In the first [...]
tag this | permalink | trackback url | comments(109)
Posted by Emanuele Feronato on 01/6/07 in Flash
The first flash game submitted using my tutorials is a game without name made by Leigh Jackson.
As promised, I am publishing his work along with the complete source code.
I invite you all to send me any game/toy/demo/whatsoever you make following one of my tutorials.
I would like you to comment his work.
Meanwhile, download the source code [...]
tag this | permalink | trackback url | comments(5)