Flash tutorials | Game in AS3 and WordPress
You want to create flash game, you want to create a flash game website , this post shows how to create flash game and build website with Wordpress.’
1.Flash arcade site using WordPress
I am reading for a few days a tutorial about Building a WordPress games arcade on the FingerMonkey Flash Arcade Blog and although I won’t follow his tutorial, I decided I will create my Flash arcade site using Wordpress, and once ready it will replace Triqui.com.
Moreover, I will made the WP Arcade capable of updating itself from MochiAds feed.
This first step is only an introduction about what I am going to do in order to have my Flash arcade site using Wordpress
Part 1 | Part 2 | Part 3 | Part 4 | Part 5 | Part 6
2.Platform Game in AS3
Step 1: Basic Character Programming
Well, here we are in our first advanced tutorial. This time we’ll be creating a platform game similar to my GlowSticks except in ActionScript 3 and coded better. Let’s begin, shall we?
Let’s first begin with the basic setup of our game. I’m going to make the background black and the frame rate 24 fps (like in previous tutorials). The first thing to make is our little character. I won’t be too artistic with this one, just a little white circle

Its dimensions are 25×25 pixels.
Next, convert it into a MovieClip and give it an instance name of mcMain. Now, we can add code to move this character.
Part 1 | Part 2 | Part 3 | Part 4 | Part 5 | Part 6 | Part 7
3.Make a Vertical Shooter in AS3
Today, we’re going to make a classic vertical shooter game in ActionScript 3. I hope you learn from it! Let us begin.
The first thing that I’m going to do is make the background of my game black, so it looks more retro. Then, we’re going to have to make the frame rate faster, mine will be 24 fps. Also, this will be a vertical shooter, so we probably should make the playing screen less wide. My new dimensions are at 300×400 pixels.
Next, we’re going to draw a character. Mine will be simple, just a triangle pointing upwards.

The dimensions for it are 30×35 pixels.
Part 1 | Part 2 | Part 3 | Part 4 | Part 5 | Part 6
4.Brick Breaker Game in AS3
Ok, this is going to be my first tutorial on hopefully a simple subject. This is probably going to be broken up into a few parts. So, here we go.
First of all, we’re going to make the background of the stage black, simply because it looks better, and we’re going to set the frame rate to 24. Then, we’re going to draw the paddle and we’re going to convert it into a movieclip.

Mine is 55×10
Next, we’re going to give the paddle an instance name, mcPaddle. The instance name is case sensitive, so type it exactly the way I did.



Comments (1)
December 11th, 2008 at 5:17 am
Hi!
xoxo
I made on photoshop glitter myspace pictures.
take a look at them:
http://tinyurl.com/5ajypv
Thank you 4 your website
Trackbacks - Pingbacks (0)