Tutorial: Make a Rhythm Game in AS3 – Part 4


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

The Brainstorming Create the Required Symbols/Art Programming the Arrows Programming the Arrows Part 2 Make a Level Scoring Finishing Touches Step 4: Programming the Arrows: Part 2 Ok, now that we’ve gotten the arrows onto the stage, we can actually make them move up the stage and hitTest them with the receptors. We’re going to […]

Read More...

Tutorial: Make a Rhythm Game in AS3 – Part 3


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

The Brainstorming Create the Required Symbols/Art Programming the Arrows Programming the Arrows Part 2 Make a Level Scoring Finishing Touches Programming the Arrows Well, we finally can program some stuff. In this part, we will create the arrows dynamically and make them move up screen. Let us begin. We are going to make an array […]

Read More...

Tutorial: Make a Rhythm Game in AS3 – Part 2


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

The Brainstorming Create the Required Symbols/Art Programming the Arrows Programming the Arrows Part 2 Make a Level Scoring Finishing Touches Step 2: Create the Require Symbols/Art Well, we aren’t going into the programming yet until the next step, so you have got to be patient. Anyway, in this step, we’re going to draw the symbols […]

Read More...

Tutorial: Make a Rhythm Game in AS3


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

The Brainstorming Create the Required Symbols/Art Programming the Arrows Programming the Arrows Part 2 Make a Level Scoring Finishing Touches Ok, this may not seem to be the most exciting step, but it is pretty important. Because this game is going to take a while to make, brainstorming is key. So, we have to figure […]

Read More...

The Benefits of Being an Expert Flash Game Developer


Written By MrSun at 9:40 pm - Wednesday, January 21st, 2009
Categories: Flash

It is always a challenge to become an expert at anything, including a flash game developer. It takes a lot of time and a lot of patience. But, after enduring through time, the benefits can be enormous. I am here to share some of them with you.

Are you an expert?

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...

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...