Tuesday, August 31, 2010

Want to make games?

Sometimes we want to make games and we have no idea how to go about making them. Im here to tell you its not im possible you dont need school just to make games, dont get me wrong school can help but sometimes we dont have the money but we still want to learn. Get yourself A program like flash or torque engine and just start learning them with some determination you can make any game you like with those.

darknessa and beta rebirth

I finally drew darknessa and beta the way i like them

more images for matias shop game

only 2 more characters left to draw

Sunday, August 29, 2010

matias shop inside finally finished

I finally finished this pic took long enough

Saturday, August 28, 2010

My wifes creation


This is somethin my wife made

Lego Monster


This is a monster I made with legos

How to draw eyes



this was a study on how to draw eyes

justina and her bike



This is a picture of justina riding her bike

Sky 1


this is a picture of the sky

Thursday, August 26, 2010

matias shop inside


this is the inside of matias shop

Wednesday, August 25, 2010

matias shop front coloring is finished


I know I could do more to it but I have alot more to do ill have to leave this as it is


I was studying drawing cartoon art here. no pencil just ink


random doodle


I was lookin at the tv show 227 and decided to draw the lady with the hat the rest i made up

For this picture I was just studying some coloring and drawing different


this is a test that I did to study addChild in flash hover over create to make the images, touch the images to delete them

hover over delete to remove all of them

heres the code

var ball1:Ball = new Ball;
var ball2:Ball = new Ball;
var ball3:Ball = new Ball;
var ball4:Ball = new Ball;
var ball5:Ball = new Ball;
var ball6:Ball = new Ball;
var ball7:Ball = new Ball;
var ball8:Ball = new Ball;



var timer:Number = 0

var theempty:Number = 8

var deleteball:Array = new Array();


addEventListener(Event.ENTER_FRAME, update)

function update(event:Event)
{
//when you hit the restart addChild
if(bill.hitTestObject(therestart) && theempty == 8)
{

ball1.x = 0
ball2.x = 50
ball3.x = 100
ball4.x = 150
ball5.x = 200
ball6.x = 250
ball7.x = 300
ball8.x = 350

addChild(ball1)
addChild(ball2)
addChild(ball3)
addChild(ball4)
addChild(ball5)
addChild(ball6)
addChild(ball7)
addChild(ball8)
deleteball.push(ball1,ball2,ball3,ball4,ball5,ball6,ball7,ball8)
theempty = 0
}
bill.x = mouseX;
bill.y = mouseY;
for(var b:int = 0; b < deleteball.length; b++)
{
if(bill.hitTestObject(deleteball[b]))
{
if(bill.y < deleteball[b].y)
{
deleteball[b].y+=9
}

if(bill.y > deleteball[b].y)
{
deleteball[b].y-=9
}

}
deleteball[b].x++
}

timer++
if(timer >= 1)
{

trace(theempty)
for(var i:int = 0; i < deleteball.length; i++)
{

if(bill.hitTestObject(deleteball[i]))
{
if(deleteball[i] == ball5) //this has to go before you delete
{
trace("HIT IT")
}
removeChild(deleteball[i])
deleteball.splice(i,1)

i--
theempty++


}

if(bill.hitTestObject(bar))
{

removeChild(deleteball[i])
deleteball.splice(i,1)
i--
theempty++


}
//removeChild(deleteball[i])
}
}

if(theempty == 8)
{
trace("empty")
}

if(bill.hitTestObject(ball5))
{

}

}

Inspiration

Always listen to what your heart is telling you. It knows how you truly feel.


this is the line art to the shop i should of made it better but i kinda got bored

matias shop front



This is A picture I did for my new sandwich maker game. I dont like it too much really but im going to do more on the colors to get it to where I some what like it.