Tutorial: Create a Platform Game in AS2 – Part 2
Categories: AS2, Advanced Tutorials, All Tutorials, Flash, Game Development
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 to create some other level variables. Place this code [...]
