Monday, April 6, 2009

ziba rhymes with ameba




these are what i got, and after talking to kidwell i decided that it would be near impossible to create that lid up thar, on accounna i ain't gots no automatic milling machine or nothin' like that. i think i'm 'onna go with the arnge label, but make it biggern and less arnger and what nots. kid alsa ain't to savy on ta bottle shape. i 'on't know what i thank 'bout that. whale, "voormp, voormp, oooorrreeeeyyyrr."

4 comments:

Michael May said...

boxMan.addEventListener(Event.ENTER_FRAME,follow);
function follow(evt:Event){
var xMouse:Number = root.stage.mouseX;
var yMouse:Number = root.stage.mouseY;
var xH:Number = boxMan.x
var yH:Number = boxMan.y
if(Math.abs(xMouse - xH)<1){
boxMan.x = xMouse;
boxMan.y = yMouse;
} else {
boxMan.x -= (boxMan.x-xMouse) / 6;
boxMan.y -= (boxMan.y-yMouse) / 6;}
}

Michael May said...

function startDrawing(event:MouseEvent):void{
spriteCanvas.graphics.lineStyle(1,0xffffff);
spriteCanvas.graphics.moveTo(mouseX, mouseY);
drawing = true;
}

function draw(event:MouseEvent){
if(drawing){
spriteCanvas.graphics.lineTo(mouseX,mouseY);
}
}

function stopDrawing(event:MouseEvent){
drawing = false;
}

M A T T U R L A U B said...

haha

thenewprogramme said...

yes,

if function: mouseEvent.keyboardPunch = headScratch
{
wtf
}