Be a Supporter!
Response to: My Art Posted April 10th, 2010 in Art

begins working day and gray masses of workers go to work. Worms symbolize home spit out these gray masses. original of the A4. Here, in a very poor quality.

My Art

Response to: The MS-paint thread Posted April 7th, 2010 in Art

im in love

The MS-paint thread

Response to: critique me please! Posted April 7th, 2010 in Art

Wow in 3 picture i scared to fall:) Good prospect

Response to: SpeedUP art Posted April 6th, 2010 in Art

Im in love

SpeedUP art

Response to: Pencil/ink artwork Posted March 29th, 2010 in Art

another one from my on work drawings. Called PROPOGANDA

Pencil/ink artwork

Response to: Pencil/ink artwork Posted March 29th, 2010 in Art

I know left hand is horrible. drawing on the work.

Pencil/ink artwork

Response to: Ndc: 2010, Art Collab. Posted March 28th, 2010 in Art

child of the mountain

Ndc: 2010, Art Collab.

Response to: Ndc: 2010, Art Collab. Posted March 28th, 2010 in Art

This picture is suitable for collab or not?

Ndc: 2010, Art Collab.

Response to: SpeedUP art Posted March 28th, 2010 in Art

MODERATORS delete please this topic. I want to move into the previously created by me topic.

Response to: SpeedUP art Posted March 27th, 2010 in Art

thank you very much. Now I'll know:). So whats about my art?

Response to: SpeedUP art Posted March 27th, 2010 in Art

I could not find this tread. How you can find this?

Response to: SpeedUP art Posted March 27th, 2010 in Art

I want to be scouted. it will be an incentive to draw more.

Response to: SpeedUP art Posted March 27th, 2010 in Art

I use Paint.net, with tablet. Try to draw in gimp.

Response to: SpeedUP art Posted March 27th, 2010 in Art

contra force character

SpeedUP art

Response to: SpeedUP art Posted March 27th, 2010 in Art

At 3/27/10 11:34 AM, SpeedUP wrote: Horror of ice climber world

bad image quality

Response to: SpeedUP art Posted March 27th, 2010 in Art

Horror of ice climber world

SpeedUP art

Response to: SpeedUP art Posted March 27th, 2010 in Art

Another one

SpeedUP art

SpeedUP art Posted March 27th, 2010 in Art

this is a picture that I drew in PAINT.

SpeedUP art

Response to: Ng Hip Hop Competition March 2010 Posted March 14th, 2010 in Audio

It sounds good. Im in deal man (art, maybe grafity)

Response to: Artist/Animator Needed Posted September 30th, 2009 in Game Development

I can try help you with graphics. E-mail masagen@yandex.ru

KeyEvent problems Posted September 30th, 2009 in Game Development

I dont understand whats wrong with it. Help please kind people as it to make correctly.

Main class

package{
	import flash.display.*
	import flash.text.*
	import flash.events.*
	import flash.net.URLRequest;
	
	public class Os extends MovieClip{
		static public var main;
		
		public var poi:Sprite;
		public function Os(){
			main = this;
			
		}
	}
}

Object Class:

package{
	import flash.display.*
	import flash.events.*
	import flash.ui.*
	import flash.filters.*
	import flash.utils.Timer;
    import flash.events.TimerEvent;
	
	public class Poi extends MovieClip{
		static public var main;
		public var up:Boolean = false;
		public var v:Number = 5;
		public function Poi(){
			main = this;
			Os.main.stage.addEventListener(KeyboardEvent.KEY_DOWN,keyP);
			Os.main.stage.addEventListener(KeyboardEvent.KEY_UP,keyR);
			
			addEventListener(Event.ENTER_FRAME,enterF);
		}
		function enterF(e:Event):void{
			if(up){
				this.x += v;
			      }  
		}
		function keyP(e:KeyboardEvent):void{
			if ( e.keyCode == Keyboard.UP )
	        {
		    up = true;
	        }
		}
		function keyR(e:KeyboardEvent):void{
			if ( e.keyCode == Keyboard.UP )
	        {
		    up = false;
	        }
		}
	}
}
Response to: My Art Posted September 16th, 2009 in Art

Thanks for your reviews and i do always try my best

Response to: My Art Posted September 16th, 2009 in Art

And third picture

My Art

My Art Posted September 16th, 2009 in Art

My english is very bed so i cant write anithing.

My Art

adventure game help Posted September 16th, 2009 in Game Development

I want to do point and click adventure like submachine, or alice is dead, but hyave not skill in AS3 to do it.
I see many tutorials, but dont find anithing about adventures. Can anyone advise me where i can find such tutorial or information.
PS Sorry for my english.