Tutorial: Create a Tower Defense Game in AS2 – Part 7


Written By MrSun at 8:07 am - Saturday, April 25th, 2009
Categories: Flash

Table of Contents Setting up Level Adding Turrets Adding Enemies Making Turrets Attack Enemies Winning/Losing the Game Expanding on the Game Finishing Touches Step 7: Finishing Touches Welcome back! This part of the tutorial is where we just add all of the finishing touches to the game! Unlike the other parts of the tutorial, I […]

Read More...

Tutorial: Create a Tower Defense Game in AS2 – Part 6


Written By MrSun at 8:06 am - Saturday, April 25th, 2009
Categories: Flash

Table of Contents Setting up Level Adding Turrets Adding Enemies Making Turrets Attack Enemies Winning/Losing the Game Expanding on the Game Finishing Touches Step 6: Expanding on the Game Welcome to the 6th part of the tutorial, Expanding on the Game! Well, what do I mean by “Expanding”? Well, by expanding, I mean that we’re […]

Read More...

Tutorial: Create a Tower Defense Game in AS2 – Part 5


Written By MrSun at 8:05 am - Saturday, April 25th, 2009
Categories: Flash

Table of Contents Setting up Level Adding Turrets Adding Enemies Making Turrets Attack Enemies Winning/Losing the Game Expanding on the Game Finishing Touches Step 5: Winning/Losing the Game Welcome back to the 5th installment of this tutorial series. In this lesson, we’ll make some playable levels, along with a winning and losing situation. Let’s dig […]

Read More...

Tutorial: Create a Tower Defense Game in AS2 – Part 4


Written By MrSun at 8:04 am - Saturday, April 25th, 2009
Categories: Flash

Table of Contents Setting up Level Adding Turrets Adding Enemies Making Turrets Attack Enemies Winning/Losing the Game Expanding on the Game Finishing Touches Step 4: Making Turrets Attack Enemies Well, it’s now time to let the enemies we just created be destroyed. Let’s dig in, shall we? First, we’ll define a single health variable for […]

Read More...

Tutorial: Create a Tower Defense Game in AS2 – Part 3


Written By MrSun at 8:03 am - Saturday, April 25th, 2009
Categories: Flash

Table of Contents Setting up Level Adding Turrets Adding Enemies Making Turrets Attack Enemies Winning/Losing the Game Expanding on the Game Finishing Touches Step 3: Adding Enemies Welcome back. In this part of the tutorial, we are going to add enemies to the field and we’re going to program them to move through the paths. […]

Read More...

Tutorial: Create a Tower Defense Game in AS2 – Part 2


Written By MrSun at 8:02 am - Saturday, April 25th, 2009
Categories: Flash

Table of Contents Setting up Level Adding Turrets Adding Enemies Making Turrets Attack Enemies Winning/Losing the Game Expanding on the Game Finishing Touches Step 2: Adding Turrets Okay, so in this part of the tutorial, we are going to make it so when the user clicks on any of the empty blocks, a turret is […]

Read More...

Tutorial: Create a Tower Defense Game in AS2


Written By MrSun at 8:01 am - Saturday, April 25th, 2009
Categories: Flash

Table of Contents Setting up Level Adding Turrets Adding Enemies Making Turrets Attack Enemies Winning/Losing the Game Expanding on the Game Finishing Touches Step 1: Setting Up a Level The tower defense genre is one that has become extremely popular over the years. Although they can become quite complicated to develop, they are almost always […]

Read More...

Tutorial: Make a Vertical Shooter in AS2 – Part 6


Written By MrSun at 8:06 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 6: Finishing Touches As always, the finishing touches of this game won’t be explained too much by me, in hopes that you actually can do some of this stuff by yourself. Of course, […]

Read More...

Tutorial: Make a Vertical Shooter in AS2 – Part 5


Written By MrSun at 8:05 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 5: Scoring Now that we’ve got the hardest part down, it all gets easier from here. This chapter will be simple, just some code that has scoring. Also, as promised, we’re going to […]

Read More...

Tutorial: Make a Vertical Shooter in AS2 – Part 4


Written By MrSun at 8:04 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 4: Programming the Enemies Now we have to make it so the enemies can be shot. This probably will be the most complicated of the steps. But, it also is what makes this […]

Read More...