WebPick for MINIMA at NewWebPick.com !

MINIMA on NewWebPick.com

MINIMA on NewWebPick.com

Hi!

Just found out that our site got a WebPick qualification from http://www.newwebpick.com.

Cheers,

FLAIM

Cool and simple particle sparks in AS3

particle sparks
particle sparks

Hello Again!

This time a simple effect I’ve used on my new website teaser (see it here). The code is well commented. I hope someone will have use of it…

The DEMO:

- click here to see the demo

The source:

- click here to download the commented sources (Tweener and others attached) – ready to run

Have fun!
FLAIM

PONG in AS3 in ~1KB :-)

pong

pong

Hi Again!

This time I’ve rewritten my old AS2 Pong Game source code to an AS3 class. This is useful for a loader i.ex. or just for fun… :) The game is as simple as I could get (and buggy too!) so don’t expect a WOW – the idea was not to complicate the game – just make it simple and small :) Hope You like it…

Usage:

You can see that in the example file.

var my_pong:pong_game = new pong_game(game width , game height , sprite to attach);

The Example:

http://thinq.pl/pong

The Source Code:

http://thinq.pl/pong/pong.zip

Feel free to use and modify what you want. Comments warmly welcomed as always :)

Have fun!

FLAIM