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

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: How to Draw Simple Shapes in AS3


Written By MrSun at 8:00 am - Saturday, September 13th, 2008
Categories: Beginner Tutorials, Flash

Hey guys, today we’re going to learn something fun and exciting! That is, drawing shapes in ActionScript 3.0. I’ve actually covered a little bit of this in my platform tutorial, but I want to make it the focus of this tutorial. So, let’s get started shall we? First of all, we’re going to create a […]

Read More...