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


Written By MrSun at 8:03 am - Thursday, January 01st, 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 AS2 – Part 2


Written By MrSun at 8:02 am - Thursday, January 01st, 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 AS2


Written By MrSun at 8:01 am - Thursday, January 01st, 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 2.0. Let us begin, shall we? The basic concept of Winter Bells is […]

Read More...

Tutorial: Make a Vertical Shooter in AS3 – Part 6


Written By MrSun at 8:05 am - Saturday, August 23rd, 2008
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 AS3 – Part 5


Written By MrSun at 8:04 am - Saturday, August 23rd, 2008
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 AS3 – Part 4


Written By MrSun at 8:03 am - Saturday, August 23rd, 2008
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...

Tutorial: Make a Vertical Shooter in AS3 – Part 3


Written By MrSun at 8:02 am - Saturday, August 23rd, 2008
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 AS3 – Part 2


Written By MrSun at 8:01 am - Saturday, August 23rd, 2008
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 Pt 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 AS3


Written By MrSun at 8:00 am - Saturday, August 23rd, 2008
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 3. I hope you learn from it! Let us begin. The first thing that I’m going to […]

Read More...

Tutorial: Make a Rhythm Game in AS2 – Part 7


Written By MrSun at 7:37 am - Monday, August 04th, 2008
Categories: Flash

Table of Contents The Brainstorming Create the Required Symbols/Art Programming the Arrows Programming the Arrows Part 2 Make a Level Scoring Finishing Touches Step 7: Finishing Touches Well, now for the last step, adding the finishing touches. Just like in my previous tutorial, I won’t really go into much description in this section, in hopes […]

Read More...