Create a Flash game like Metro Siberia Underground – Part 5
Multipart tutorial: available parts 1, 2, 3, 4 ,5 This tutorial reached the 5th part, and it’s time to add some new feature… something that wasn’t included in the original game. Always remember to add something to a game you are about to clone, or people will get bored very soon of your game. In … Create a Flash game like Metro Siberia Underground – Part 5
Create a Flash game like Metro Siberia Underground – Part 4
Multipart tutorial: available parts 1, 2, 3, 4 ,5 In this 4th part I’ll cover the code written in 3rd part. You should read parts 1 and 2 too, because I will comment only the new code. For a better understanding, I’ll re-publish the code import flash.filters.GlowFilter; var ship_filter:GlowFilter = new GlowFilter(0x00ff00, 0.8, 4, 4, … Create a Flash game like Metro Siberia Underground – Part 4
Create a Flash game like Metro Siberia Underground – Part 3
Multipart tutorial: available parts 1, 2, 3, 4 ,5 In the 3rd part I’ll leave the tunnel for a future use and I will introduce some “asteroids”, some “fuel tanks” and the distance traveled so far. I suggest to read part 1 and 2 before reading this one It’s not a line-by-line commented tutorial, I … Create a Flash game like Metro Siberia Underground – Part 3
Create a Flash game like Metro Siberia Underground – Part 2
Multipart tutorial: available parts 1, 2, 3, 4 ,5 Now it’s time to create a random tunnel Read Create a Flash game like Metro Siberia Underground if you don’t know what I am talking about and look what I made: 1) There is a random tunnel with collision detection 2) Smoke clouds get bigger when … Create a Flash game like Metro Siberia Underground – Part 2
Create a Flash game like Metro Siberia Underground
Multipart tutorial: available parts 1, 2, 3, 4 ,5 I was quite impressed of a new game called Metro Sibera Underground… a game with a very simple concept, simple graphics but excellent level design. Metro Sibera Underground (MSU from now on) is a one button game, and that means that you can play the game … Create a Flash game like Metro Siberia Underground