Wall Dodge – game made from Metro Siberia Underground tutorial
Filed Under Flash, Game design, Users contributions • 8 Comments
Only two days after the publishing of Create a Flash game like Metro Siberia Underground, Oskar Koli tries to answer one of the most commons questions asked in the comments… how to create levels dynamically?
One of the possible answers lies in Wall Dodge game
That’s how Oskar explains his work:
Hi Emanuele,
My name is Oskar Koli and I have been following you blog for about 6 months.
I liked your latest tutorial “Creat a Flash game like Metro Siberia Underground” so I made my own game out of it.
I figured out how to make the walls move dynamically. Of course u know it too but I just wanned to show u this anyway.
U can post both the game and the source code on your website if you feel like it, but I understand if u won’t but I would appreciat it if you would at least tell me what u think about it.
In the .fla file there is probbly some useless code because I used some tutorials from some other sites and changed them so u can clean it up a little if u want t.
Im making another game right now, this one was something I just made when I got tiered of working on the other 1. So u should be expecting another game in a week or so.
The game features dynamically created levels, objects to collect to score points and powerups.
The code is not the clearest I’ve ever seen, but will understand it easily.
After the Complete Flash pool game with highscores, this is the second full game with source code to be published here.
I would like to thank Oskar for sharing the code, hoping that more and more flashers will follow his example.
Download the source code and give Oskar feedback!
They can be easily customized to meet the unique requirements of your project.
8 Responses to “Wall Dodge – game made from Metro Siberia Underground tutorial”
Leave a Reply
Trackbacks
-
Moving an object like in MochiAds header : Emanuele Feronato - italian geek and PROgrammer on
January 26th, 2008 4:21 pm
[...] the post Wall Dodge – game made from Metro Siberia Underground tutorial I was asked Emanuele, do you know how to make the follow mouse function that that the sprite uses [...]
- Get up to $100,000 for your next Flash game with Mochi GAME Developer Fund
- Create a dynamic content animated footer ad for your site in just 9 jQuery lines – 17 lines version
- Sell sitelocked version of your Flash games and even .fla sources to Free Online Games
- Protect your work from ActionScript code theft with SWF Protector
- Create a dynamic content animated footer ad for your site in just 9 jQuery lines
- Understanding Box2D’s one-way platforms, aka CLOUDS
- Triqui MochiAds Arcade plugin for WordPress upgraded to 1.2
- Box2D Flash game creation tutorial – part 2
- 11 Flash isometric engines you can use in your games
- Monetize your Flash games with GamesChart
- Create a Lightbox effect only with CSS - no javascript needed
- Flash game creation tutorial - part 1
- Create a Flash Racing Game Tutorial
- Flash game creation tutorial - part 2
- Make a Flash game like Flash Element Tower Defense - Part 2
- Flash game creation tutorial - part 3
- Make a Flash game like Flash Element Tower Defense - Part 1
- Create a flash draw game like Line Rider or others - part 1
- Triqui MochiAds Arcade plugin for WordPress official page
- Create a flash artillery game - step 1
- Flash game creation tutorial – part 5.2 (4.88/5)
- Create a flash artillery game – step 1 (4.79/5)
- Create a Flash Racing Game Tutorial (4.76/5)
- Create a flash artillery game – step 2 (4.74/5)
- Create a survival horror game in Flash tutorial – part 1 (4.73/5)
- Creation of a Flash arcade site using WordPress – step 2 (4.73/5)
- Flash game creation tutorial – part 2 (4.71/5)
- Flash game creation tutorial – part 1 (4.70/5)
- Create a flash draw game like Line Rider or others – part 1 (4.69/5)
- Creation of a platform game with Flash – step 2 (4.68/5)








Nice game…
Emanuele:
I didn’t expressed very well… The people aren’t going to next level… They are “teleporting†the mouse to the end…
Check my game here: http://www.newgrounds.com/portal/view/420884
When a level starts, you can just right click and click in the exit… And the ball will teleport to exit… They aren’t going through levels…
Jack,
I had a similar problem with a game I made a while back. The way I solved it was by checking the distance the mouse moved after each frame. If it moved too far between each frame then I knew they had cheated. Another way to fix it would be to place an inisible button on the background, but I am not sure whether this would work…
Emanuele,
Really fun game! Thanks for the source code too, Oskar.
Jack, you realise the key code for right click is just 2, right? Example:
if (Key.isDown(2)) {
// cheat-blocker
}
If I make something extra to your tutorials Emanuele will you post it up as well? ^^
can u make a step by step tut plz
Grreat game Oskar.
Emanuele, do you know how to make the follow mouse function that that the sprite uses in mochiads header?
Shiv: it seems a mouse follower with some delay/spring effect… I’ll cover it soon
dose you know the password code for flash mx (not 2004)