Gameplay

It should be 2 games in one: an old, well-known tank game and also 🙂 old and well-known sokoban(or pusher) game.
So, main hero has a tank, he should move boxes to slots to open a portal to next level, and enemy tanks will be in the way of this process.
I’m going to add different kind of weapon, power-ups and maybe bosses.


Ctrl+F4 in Flash CS4/CS5/CS5.5

Ctrl+F4, this is what I usually use to close tabs in IDE, like MS Visual Studio or Eclispe. Meanwhile Flash CS4 says that Ctrl+F4 is “Reserved by the system”.
The problem was easy to solve.

All files with keyboard shortcuts for Flash are situated here(Windows 2000/XP): C:\Documents and Settings\%USER_NAME%\Local Settings\Application Data\Adobe\Flash CS4\en\Configuration\Keyboard Shortcuts\

or here (Windows Vista/7): C:\Users\%USER_NAME%\AppData\Local\Adobe\Flash CS4\en\Configuration\Keyboard Shortcuts\

After some investigation, I have changed line
<Shortcut id=”57602″ key=”87″ scope=”1″ flags=”11″ /> 
to
<Shortcut id=”57602″ key=”115″ scope=”1″ flags=”11″ />.

And voilà, Ctrl+F4 works!

UPDATE: The same works for Flash CS5.
Path: C:\Users\%USER_NAME%\AppData\Local\Adobe\Flash CS5\en\Configuration\Keyboard Shortcuts\
Find the line with the id=”57602″ and replace it with the following:
<Shortcut id=”57602″ key=”115″ scope=”IDR_MAINFRAME” flags=”11″ />

In Flash CS5.5 this line should be the following:
<Shortcut id=”57602″ key=”115″ scope=”IDR_MAINFRAME” flags=”9″ />


AS3 Sound

I don’t know why they did like this, but work with sound in as2 was much easier.
Now in as3 each sound should have its own class, what is “cool” of course, but what if I have 100 sound files? Well, I don’t have to create all these classes, but I have to create an object to play the sound.
In as2 it was more simple, just link identifier and play sound by its ID.

Second, why do I start playing sound with Sound object and stop playing with SoundChannel object?
And if I pause(stop) sound with SoundChannel object I need Sound object to resume it. So I have to store somewhere two objects in order to control my sound. Add here one more object for sound volume and looping. Very practical.
Maybe I don’t understand something… 🙂


Soko-tank

Yes, I’ve finally started to make a new game.
Well, right now I’m in process of planning…
And this game will be on AS3.


New Design

Doing new design for web site.
For now, it’s available at http://pozirk.net
I’m going to add a lot of flash things, so will be very interactive. 🙂




New Website Design

I have a dream. Well, I have a lot of dreams… but one of them is to make a new design for Pozirk Games website.

I want to remove all these affiliate games, all these tips&tricks and leave just my games.

I even know how this new design will look like, I have it already in my mind.

It will be live website, it will change its color and background depeding on the season… 🙂

But  I have no time… Just have to finish some other projects, to earn some money, to buy some food…

In summer! I’ll do it in summer.


Instant Football Released

After two month of development, two weeks of searching for sponsor and two weeks of improving I finally released new flash game “Instant Football”.

Thanks to MyFootballGames.co.uk for sponsorship! 🙂

Description
Football Game.
You have 3 minutes to win the match.
You play against computer(red players).
You player is selected and in the middle of screen.

Controls
Use your mouse to direct player
Left click – kick the ball or take it away.
Space, Shift – switch to closest player to the ball
P – pause on/off
S – sound on/off
M – main menu

Play Instant Football



Balloon Express Released

In 2007 we have released our first flash game Ballon Express.

It was our first try, quite a boring game. So… next games gonna be much better.  🙂

Description
Fly your Balloon without crashing and deliver as many Mail Boxes as you can. A fail delivery makes you loose points and a successful delivery gains you points. When you deliver 25 Mail Boxes you will get an extra life. Avoid the Birds, UFO and Zeppelin that may damage the Balloon. Beware of the Storm Clouds (thunderclouds) as the lightning may hurt the Balloon too.

Tip
If you can’t avoid an enemy, press pause(P), move your mouse away from enemy, and press pause again.

Controls
– Simply move your mouse to control the Balloon.
– Left click to drop the Box.
– P – pause.

Play Balloon Express


DISCLAIMER: The content in this blog represents the opinion of the author. No information here should be used for any purpose except for entertainment.