
Saturday, April 10, 2010
gama maker video tutorial

GameMaker Video Tutorials Home
logo2Watch video tutorials, download game examples and
LEARN how to MAKE GAMES with GameMaker!
New to GameMaker?
* Start with GameMaker Beginner Tutorials.
* Learn all about GameMaker Actions.
Advanced Gamer?
* Add cool Special Effects to your games.
* Learn how to make a Platform style game
Flash Snake Game Tutorial [Contents]
Introduction
The "snake game" (it has several names) is one of the simplest game concepts ever, and just like Tetris it's very addictive. There are a lot of variations of this game written in Flash, and this tutorial will explain one way to create it. It's a relatively easy game to code, but many fail to make sure that when keys are pressed in rapid succession they are all registered. This is necessary if you want to have full control of the snake at all times.
I will assume that you know at least some ActionScript. If you are a beginner some techniques are probably new. This tutorial will include storing information in a two dimensional array, the concept of a queue, using a key listener, attaching movie clips at run-time and some other things like the very useful modulo operator (%).
The "snake game" (it has several names) is one of the simplest game concepts ever, and just like Tetris it's very addictive. There are a lot of variations of this game written in Flash, and this tutorial will explain one way to create it. It's a relatively easy game to code, but many fail to make sure that when keys are pressed in rapid succession they are all registered. This is necessary if you want to have full control of the snake at all times.
I will assume that you know at least some ActionScript. If you are a beginner some techniques are probably new. This tutorial will include storing information in a two dimensional array, the concept of a queue, using a key listener, attaching movie clips at run-time and some other things like the very useful modulo operator (%).
Review
Happyland Adventures - Xmas Edition 1.3 is a platform game combined with puzzle elements.
In this game, your objective is to save the Happylanders, in order to rid the world of evilness.
The game includes a level editor. By using it you can design your own levels.
You must guide the Happylanders through the platforms, picking fruits and avoiding the snails. Should you touch them, you lose a life. Every Happilander must be safe in the shelter.
You can define the keys that will control your player, to go left, right, jump, slide or talk.
You will need to talk to the people you will find in your way. They will give you clues about the game, where do you need to go and what do you need to do in order to go to the next level.
The level exits will remain closed until you save enough Happylanders, then they will open, letting you advance to the next level.
The game can be played in normal screen mode or in wide screen mode, tapping on the W key.
In the level editor, you can add levels and bonus to the game.
Happyland Adventures - Xmas Edition 1.3 is a platform game combined with puzzle elements.
In this game, your objective is to save the Happylanders, in order to rid the world of evilness.
The game includes a level editor. By using it you can design your own levels.
You must guide the Happylanders through the platforms, picking fruits and avoiding the snails. Should you touch them, you lose a life. Every Happilander must be safe in the shelter.
You can define the keys that will control your player, to go left, right, jump, slide or talk.
You will need to talk to the people you will find in your way. They will give you clues about the game, where do you need to go and what do you need to do in order to go to the next level.
The level exits will remain closed until you save enough Happylanders, then they will open, letting you advance to the next level.
The game can be played in normal screen mode or in wide screen mode, tapping on the W key.
In the level editor, you can add levels and bonus to the game.
video game
Just Cause 2 is a sandbox style action video game currently under development by Swedish developer Avalanche Studios and Eidos Interactive[3] and published by Square Enix. It is currently set for a release in 2010. It is the sequel to the 2006 video game Just Cause.
Read more: http://www.guruht.com/2010/02/just-cause-2-in-game-actions-video.html#ixzz0kirO2sCd
Read more: http://www.guruht.com/2010/02/just-cause-2-in-game-actions-video.html#ixzz0kirO2sCd
Subscribe to:
Posts (Atom)