Tagged: Tutorial

0

Liquid Simulation in As3 using Nape

Stumbling across Patrick Matte’s liquid simulation experiment on his blog, i decided to give it a try using the Nape physics engine. (of course the idea and code of the liquid bitmap stuff copied...

As3Graphics_banner 0

Creating Beautiful Shapes using As3 Graphics Api

I always like fancy graphics stuff that just works. Creating graphics using Code and Mathematics was one of them. One day, while trying to create some wobbly circle using Sin and cos inside For...

0

Growing Plant generation in As3

I’ve been working on this game and i thought of adding some growing plants in it for some reason. I’ve seen the effects of growing plants (eg. pixeljunk Eden), and would love to do...

0

Make a Quick Flash Game using Flixel Part-1

Lets get into Game making, shall we. Now get ready with your FlashDevelop(Download), Set it up if you haven’t(Setting up FlashDevelop), go through the hello World program for Flixel (in case to check the...