August 30th, 2009
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.
no comments | posted in Mad Tanks by pozirk
August 19th, 2009
That what I usually use to close windows in my 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 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!
no comments | posted in _general by pozirk
August 6th, 2009
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…
no comments | posted in _general by pozirk
August 4th, 2009
Why I even tried to use them???
First, they asked me to email them my bank statement. I did.
And after that they freeze and canceled payment to me and asked to send them a photocopy of my ID with photo.
They will store my bank statement, my ID, they don’t want to delete my account (only close) and all these for my privacy????
I wish I could remove my account from them…
no comments | posted in _general by pozirk
August 1st, 2009
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.
no comments | posted in Mad Tanks, _announce by pozirk