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 Game Like Winter Bells in AS3 – Part 5


Written By MrSun at 8:05 am - Wednesday, January 07th, 2009
Categories: Flash

Basic Character Programming Programming the “Bells” Level Creation Scoring Finishing Touches Step 5: Finishing Touches This part of tutorial is where we add some bug fixes and special effects. Let’s get started. The next bug we need to fix occurs after the mcFinalStats is shown on the screen. Whenever you click anywhere, mcMain can still […]

Read More...

Tutorial: Create a Game Like Winter Bells in AS3 – Part 4


Written By MrSun at 8:04 am - Wednesday, January 07th, 2009
Categories: Flash

Basic Character Programming Programming the “Bells” Level Creation Scoring Finishing Touches Step 4: Scoring Now, we get to score this game. In addition to adding a score, we’re also going to add a few other components, including displaying the points each bell is worth, as well as the game over stuff. Shall we begin? Let’s […]

Read More...

Tutorial: Create a Game Like Winter Bells in AS3 – Part 3


Written By MrSun at 8:03 am - Wednesday, January 07th, 2009
Categories: Flash

Basic Character Programming Programming the “Bells” Level Creation Scoring Finishing Touches Step 3: Level Creation Welcome to the third part of this tutorial. In this part, we’re going to create the entire thing into a functional level. The first thing we’re going to do is make the screen move along with the character, so it […]

Read More...

Tutorial: Create a Game Like Winter Bells in AS3 – Part 2


Written By MrSun at 8:02 am - Wednesday, January 07th, 2009
Categories: Flash

Basic Character Programming Programming the “Bells” Level Creation Scoring Finishing Touches Step 2: Programming the “Bells” Let’s get right to it. In this part of the tutorial, we’re going to add the “bells” to the stage. They’ll be 100% randomized so we can continue playing the game forever (You’d like that, wouldn’t you?). Anyway, we […]

Read More...

Tutorial: Create a Game Like Winter Bells in AS3


Written By MrSun at 8:01 am - Wednesday, January 07th, 2009
Categories: Flash

Basic Character Programming Programming the “Bells” Level Creation Scoring Finishing Touches Step 1: Basic Character Programming Welcome, people, and get ready for yet another tutorial! In celebration of the winter season, we’re going to make a game like Winter Bells, in ActionScript 3.0. Let us begin, shall we? The basic concept of Winter Bells is […]

Read More...

Tutorial: Create a Game Like Winter Bells in AS2 – Part 5


Written By MrSun at 8:05 am - Thursday, January 01st, 2009
Categories: Flash

Basic Character Programming Programming the “Bells” Level Creation Scoring Finishing Touches Step 5: Finishing Touches This part of tutorial is where we add some bug fixes and special effects. Let’s get started. The first bug fix that we have to make is one related to jumping. I probably should have noticed this beforehand but with […]

Read More...

Tutorial: Create a Game Like Winter Bells in AS2 – Part 4


Written By MrSun at 8:04 am - Thursday, January 01st, 2009
Categories: Flash

Basic Character Programming Programming the “Bells” Level Creation Scoring Finishing Touches Step 4: Scoring Now, we get to score this game. In addition to adding a score, we’re also going to add a few other components, including displaying the points each bell is worth, as well as the game over stuff. Shall we begin? Let’s […]

Read More...