Tutorial: Make a Vertical Shooter in AS2 – Part 3


Written By MrSun at 8:03 am - Saturday, January 17th, 2009
Categories: Flash

Table of Contents Programming the Character Programming the Character – Part 2 Creating the Enemies Programming the Enemies Scoring Finishing Touches Step 3: Creating the Enemies Well, now that we can make our lil’ guy shoot, we have to make something for him to shoot at! I’m going to first start by just drawing a […]

Read More...

Tutorial: Make a Vertical Shooter in AS2 – Part 2


Written By MrSun at 8:02 am - Saturday, January 17th, 2009
Categories: Flash

Table of Contents Programming the Character Programming the Character – Part 2 Creating the Enemies Programming the Enemies Scoring Finishing Touches Step 2: Programming the Character Part 2 – Making it Shoot Well, now that we’ve got the character moving, we have to make him able to shoot. The first step in doing this is […]

Read More...

Tutorial: Make a Vertical Shooter in AS2


Written By MrSun at 8:01 am - Saturday, January 17th, 2009
Categories: Flash

Table of Contents Programming the Character Programming the Character – Part 2 Creating the Enemies Programming the Enemies Scoring Finishing Touches Step 1: Programming the Character Today, we’re going to make a classic vertical shooter game in ActionScript 2. I hope you learn from it! Let us begin. The first thing that I’m going to […]

Read More...

Tutorial: Create a Brick Breaker Game in AS2 – Part 6


Written By MrSun at 8:05 am - Saturday, January 10th, 2009
Categories: Beginner Tutorials, Flash

Table of Contents Coding Paddle Movement Programming the Ball Setting Up the Bricks on Stage Hit Testing the Bricks Creating Levels Finishing Touches Step 6: Finishing Touches Well, we’re almost done with our game, now we just have to add some finishing touches. I won’t make a menu system like you usually should in a […]

Read More...

Tutorial: Create a Brick Breaker Game in AS2 – Part 5


Written By MrSun at 8:04 am - Saturday, January 10th, 2009
Categories: Beginner Tutorials, Flash

Table of Contents Coding Paddle Movement Programming the Ball Setting Up the Bricks on Stage Hit Testing the Bricks Creating Levels Finishing Touches Step 5: Creating Levels Now that we’ve got the basic gameplay down, we can create some levels. Because we’re making only a simple game, we aren’t going to make that many. But […]

Read More...

Tutorial: Create a Brick Breaker Game in AS2 – Part 4


Written By MrSun at 8:03 am - Saturday, January 10th, 2009
Categories: Beginner Tutorials, Flash

Table of Contents Coding Paddle Movement Programming the Ball Setting Up the Bricks on Stage Hit Testing the Bricks Creating Levels Finishing Touches Step 4: Hit Testing the Bricks Now that we’ve actually made the bricks, we can now break them with our ball… Anyway, this will be pretty easy to accomplish. All you have […]

Read More...

Tutorial: Create a Brick Breaker Game in AS2 – Part 3


Written By MrSun at 8:02 am - Saturday, January 10th, 2009
Categories: Beginner Tutorials, Flash

Table of Contents Coding Paddle Movement Programming the Ball Setting Up the Bricks on Stage Hit Testing the Bricks Creating Levels Finishing Touches Step 3: Setting Up the Bricks on Stage Ok, we’ve got the paddle and the ball. Now, the only major thing left to program is the brick. This is also the hardest […]

Read More...

Tutorial: Create a Brick Breaker Game in AS2 – Part 2


Written By MrSun at 8:01 am - Saturday, January 10th, 2009
Categories: Beginner Tutorials, Flash

Table of Contents Coding Paddle Movement Programming the Ball Setting Up the Bricks on Stage Hit Testing the Bricks Creating Levels Finishing Touches Step 2: Programming the Ball The next obvious step in creating a brick breaker game is making the ball. So, I’m just going to make a small 10×10 pixel white circle into […]

Read More...

Tutorial: Create a Brick Breaker Game in AS2


Written By MrSun at 8:00 am - Saturday, January 10th, 2009
Categories: Beginner Tutorials, Flash

Table of Contents Coding Paddle Movement Programming the Ball Setting Up the Bricks on Stage Hit Testing the Bricks Creating Levels Finishing Touches Step 1: Coding Paddle Movement Alright, I’ve decided to make a tutorial for you guys on how to create a brick breaker game in ActionScript 2.0. It’ll be very similar to my […]

Read More...

Tutorial: Create a Platform Game in AS2 – Part 7


Written By MrSun at 8:06 am - Saturday, January 03rd, 2009
Categories: Flash

Table of Contents Basic Character Programming Creating The Level Programming the Level Adding Level Elements Adding Enemies Goals and Level Completion Finishing Touches Step 7: Finishing Touches As I’ve done with most of my previous tutorials, this “Finishing Touches” part of the tutorial will mostly be me telling you what to do, but not how […]

Read More...