Vintage colors effect action for 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
Flash game creation tutorial – part 6a
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 read the tutorial. For the (few) ones that will read until the end (or will jump straight to the end), well… a little surprise.
Before explaining how I did it, let me tell you WHAT I did. Read more
Did I find a php bug?
Maybe today I found a php bug... try to run this script on your server...
-
<?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?
Create a flash draw game like Line Rider or others – part 1
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 part of this tutorial I'll cover the drawing.
The first thing to do, in the first frame, is to create the object where we are going to draw.
Drawing lines in a movieclip
_root.createEmptyMovieClip("terrain", 1);
I have just created an empty movieclip called terrain (and, of course, instanced as terrain) at depth 1.
Now I have to decide the style of my line, I mean the color, the thickness and the transparency (alpha).
Read more
First game submitted following my tutorials
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 and enjoy
Posts
- Rick Triqui: my first PlayCrafter game
- Prototype of a Flash game like Meeblings
- Games for the game developers!
- The art of debugging
- How to embed a text file in Flash
- Create a Flash game in minutes with PlayCrafter
- Upgrade your Flash CS4 to 10.0.2
- Play Mazeroll, my latest Box2D game
- Triqui MochiAds Arcade plugin for WordPress Released!!
- The MochiAds funnel
- Flash game creation tutorial - part 1
- Create a Lightbox effect only with CSS - no javascript needed
- Flash game creation tutorial - part 2
- Make a Flash game like Flash Element Tower Defense - Part 2
- Flash game creation tutorial - part 3
- Create a flash draw game like Line Rider or others - part 1
- Create a Flash Racing Game Tutorial
- Make a Flash game like Flash Element Tower Defense - Part 1
- Create a flash artillery game - step 1
- Create a flash draw game like Line Rider or others - part 5
- Flash game creation tutorial – part 5.2




(4.9 out of 5) - Flash game creation tutorial – part 3




(4.86 out of 5) - Creation of a platform game with Flash – step 2




(4.84 out of 5) - Create a survival horror game in Flash tutorial – part 1




(4.82 out of 5) - Create a flash artillery game – step 1




(4.82 out of 5) - Create a Flash Racing Game Tutorial




(4.8 out of 5) - Create a flash artillery game – step 2




(4.75 out of 5) - New tile based platform engine – part 6 – ladders




(4.74 out of 5) - Flash game creation tutorial – part 2




(4.73 out of 5) - The experiment – one year later




(4.7 out of 5)



