“Krasnaya Plesen”(Красная плесень) in A2 club, Spb/Russia, explicit lyrics

Some photos and video )



Posted in Game development | Comments Off on “Krasnaya Plesen”(Красная плесень) in A2 club, Spb/Russia, explicit lyrics

Our new game “Click defense: green danger” is almost ready for bidding on FGL

Another flash game we just finished with Denis Vasilev.
Here is a screenshot, of what its all about..

Check it out there
Click defense: green danger on fgl.com

Hope we find good sponsorship..))

Posted in Game development, News: my games | Comments Off on Our new game “Click defense: green danger” is almost ready for bidding on FGL

R.I.P. Ptichka (Leha Simonenko)

pticka rip
1 october 2012
r.i.p
and you guys be carefull riding you f..cking motobikes..

A memorial party (1 month passed since Leha died in that car accident)

Posted in Personal | Comments Off on R.I.P. Ptichka (Leha Simonenko)

“the Battery” on local rock fest, Spb/Russia/Unona



Posted in Music, Russian ska | Comments Off on “the Battery” on local rock fest, Spb/Russia/Unona

MouseEnabled “not working” in flash as3. Solved

Spent half the night fighting that issue, I wanted to disable mouse clicks for TextFields on my gui HUD panel. So that I could click units beneath those text fields.

tf.mouseEnabled = false;//didnt work for me as well as
tf_parent.mouseEnabled = false;//and
tf_parent.mouseChildren = false;

the problem was that the panel sprite (parent of text fields) was intercepting mouse clicks..

The receipt:
– use this code to monitor who’s receiving the click

import flash.utils.getQualifiedClassName;

stage.addEventListener(MouseEvent.CLICK, onClick);
function onClick(event:MouseEvent):void
{
trace(“clicktarget: “, event.target.name, getQualifiedClassName(event.target));
}

– and

tf.mouseEnabled = false;
tf_parent.mouseEnabled = false;

//and remove the hitArea for parent!!!!
tf_parent.hitArea = new Sprite();
tf_parent.hitArea.mouseEnabled = false;

Hope this helps somebody!

Posted in Adobe Flash, as3, Coding faults collection, Game development | 4 Comments

A new game started: pirates, seas and Kraken)))

I already have a working demo\prototype for it.. now gotto work out the complete feature list, the story, chars,… and finish the game))

Posted in News: my games | Comments Off on A new game started: pirates, seas and Kraken)))

tabascojamm, pinchess, crazy fm played in Mod club, spb/russia

Tabascojamm, Pinches and Crazy Fm in mod club Saint-Peterburg/Russia

Posted in Russian ska, SKA | Comments Off on tabascojamm, pinchess, crazy fm played in Mod club, spb/russia