Flash as3 – dawn of the dead

Oyoyo.. now i have begun my travel into the unknown of flash as3 scripting.. damn im confused. my first something*

private function onEnterFrame(event:Event):void {
drawblob();
movePoints();
}
private function drawblob():void {
dropshadow.distance=Math.random()*Math.sin(1)*10;
dropshadow.alpha=Math.random()
dropshadow.angle=angle*180/Math.PI;
drawarea.filters = samplefilters;
drawarea.graphics.clear();
drawarea.graphics.moveTo(pointStore.pointDX,pointStore.pointDY);
drawarea.graphics.beginFill(0×000000,0.6);
drawarea.graphics.lineStyle(1,0,1);
drawarea.graphics.lineTo(pointStore.pointAX,pointStore.pointAY);
drawarea.graphics.lineTo(pointStore.pointBX,pointStore.pointBY);
drawarea.graphics.lineTo(pointStore.pointCX,pointStore.pointCY);
drawarea.graphics.lineTo(pointStore.pointDX,pointStore.pointDY);
drawarea.graphics.endFill();
}
private function movePoints():void {
angle += 1;
movement = Math.sin(angle) ;
pointStore.pointAX += movement*Math.random();
pointStore.pointAY += movement*Math.random();
pointStore.pointBX += movement*Math.random();
pointStore.pointBY += movement*Math.random();
pointStore.pointCX += movement*Math.random();
pointStore.pointCY -= movement*Math.random();
pointStore.pointDX += movement*Math.random();
pointStore.pointDY += movement*Math.random();
}
}
}

* not defined

IE7

Woow…take a look at the new internet explorer.
here..
http://www.ie7.com/

(now were heading for ie8 – developers, developers. developers!)

Holy monkeybladder

Well guess what got me inspired….this is only a start but it is nice that its not only 2 crappy videos from wow annymore. Hopefully ill get going and fart some content up that page..and for the song..can you say: “How much wood could a woodchuck chuck, if a woodchuck could chuck wood? ” ..hehe.

:icon_mrgreen:

if you cant find the page click here u monkeybladder!

Stunning site

This guy did a very nice work on creating a unique experience when visiting his portfolio for the first time. The way you are guided by the red colors i awsome. Tone and feel is amazing. Good way to use flash as medium and not overdo the amount of information. Maybe the way to is work is a bit long if you have seen it many times…but 8 hooks to Jonathan.

See his site…you need flash 9.

more about the creation of this visual style..

Clearly this site is very well composed. This effect is done by composing images in photoshop, by posterising and using other effects with photos, brushes etc. Cutting up the artwork and importing the images in flash. Frame by frame masked animation for revealing the images and at the same time using F8 effects like alpha and blurr. The animal animations are handdrawn vector shapes.
I really like the idea of cropping the frog before showing his gallery, and make the viewer get involved.
Gj!

Little Gamerzz

I came across this comic in the shop – and bought it right away. Little Gamers is an online strip from Sweden. It´s just absolutely hilarious** I definitely need to see more of this sweedish love..

Nice in this digitally world where once u got the characters designed its all about ze story.

http://www.little-gamers.com/

ReHooked

Hooked has been updated to wordpress. The old blogsystem was kinda buggy. Ive copied most of the posts to the new database. But might have lost some titles or dates in the process. Happy reading again.

//Crookie

This podcast is really good and useful when learning Japanese. They got a nice 30 min lenght, different levels and good, fun speakers Learn Japanese with JapanesePod101.com

Cornify