Tutorial: Create a Platform Game in AS3 – Part 4


Written By MrSun at 8:03 am - Saturday, August 30th, 2008
Categories: Flash

Table of Contents Basic Character Programming Creating The Level Programming the Level Adding Level Elements Adding Enemies Goals and Level Completion Finishing Touches Step 4: Adding Level Elements In this lesson, we’re going to add elements to the level, like obstacles and ladders. Here’s a list of what we’re going to add: Ladders Bumpers Trampolines […]

Read More...

Tutorial: Create a Platform Game in AS3 – Part 3


Written By MrSun at 8:02 am - Saturday, August 30th, 2008
Categories: Flash

Table of Contents Basic Character Programming Creating The Level Programming the Level Adding Level Elements Adding Enemies Goals and Level Completion Finishing Touches Step 3: Programming the Level Now that we’ve set up all of the blocks onto the stage, we can actually add some code to them. The first thing we’re going to do […]

Read More...

Tutorial: Create a Platform Game in AS3 – Part 2


Written By MrSun at 8:01 am - Saturday, August 30th, 2008
Categories: Flash

Table of Contents Basic Character Programming Creating The Level Programming the Level Adding Level Elements Adding Enemies Goals and Level Completion Finishing Touches Step 2: Creating the Level Now, we have to set up blocks on stage that will account for a level. We’ll use an array to accomplish this manly feat. We’re also going […]

Read More...

Tutorial: Create a Platform Game in AS3


Written By MrSun at 8:00 am - Saturday, August 30th, 2008
Categories: Flash

Table of Contents Basic Character Programming Creating The Level Programming the Level Adding Level Elements Adding Enemies Goals and Level Completion Finishing Touches Step 1: Basic Character Programming Well, here we are in our first advanced tutorial. This time we’ll be creating a platform game similar to my GlowSticks except in ActionScript 3 and coded […]

Read More...