BrahmaBus – commercial PV3D site

Posted by Den Ivanov on Июнь 5th, 2007

BrahmaBus   commercial PV3D site

Please test our (PARK Studio) latest work created in Papervision3D.

This is site where you paint on 3D bus model. The winning painting will
be on real bus.

Sorry, site on russian, but interface must be intuitive )

Links:

main page (HTML) - http://www.improvise.ru/
draw page (Flash) - http://www.improvise.ru/bus/draw.aspx
gallery(HTML) - http://www.improvise.ru/bus/show.aspx?busID=468

few big examples:

http://www.improvise.ru/bus/viewbus.aspx?busID=468
http://www.improvise.ru/bus/viewbus.aspx?busID=651
http://www.improvise.ru/bus/viewbus.aspx?busID=506
http://www.improvise.ru/bus/viewbus.aspx?busID=526
http://www.improvise.ru/bus/viewbus.aspx?busID=96

good old 4 flash )

Posted by Den Ivanov on Июнь 1st, 2007

Back to 7 years in 2000.

http://flash.onego.ru/news2000.html

Easy ColorPicker for everything at stage

Posted by Den Ivanov on Май 24th, 2007

How to get color for any pixel at stage, including Sprites, video, Bitmaps etc...

Easy. Just 6 lines of code. ;)

var pickerBMP:BitmapData = new BitmapData(1,1,false,0x0);
stage.addEventListener(MouseEvent.MOUSE_MOVE,checkColor);
function checkColor(e:Event) {
pickerBMP.setPixel(0,0,0xFFFFFF); // enter background color of your SWF
pickerBMP.draw(stage,new Matrix(1,0,0,1,-mouseX,-mouseY));
trace (pickerBMP.getPixel(0,0));
}

PARK in Adobe Edge

Posted by Den Ivanov on Май 23rd, 2007

Instinct.ru

OMG! PARK latest work (Instinct.ru) listed in Adobe EDGE!!! Great news!!!

StarCraft 2 officially announced.

Posted by Den Ivanov on Май 20th, 2007

Starcraft II

Blizzard announce StarCraft II. Lovely trailer, screenshots and game art.


Wordpress Theme by Tech Replies
Copyright © 2007 Den Ivanov blog.. All rights reserved.