Showing posts with label flash. Show all posts
Showing posts with label flash. Show all posts

Monday, March 1, 2010

Code

so i haven't posted anything in a while, that doesn't mean i haven't been doing things.
in Flash we've been working with action script. I'm going to post my code so far so i can reference it.


package
{
import flash.display.MovieClip;
import flash.events.MouseEvent;

public class Main extends MovieClip
{
var pageOne:PageOne;
var pageTwo:PageTwo;

public function Main()
{
//trace( "hello world");
pageOne = new PageOne;
pageTwo = new PageTwo;
addChild(pageOne);

//ev list
pageOne.buttonOne.addEventListener(MouseEvent.CLICK, onButtonOneClick);
pageTwo.buttonReturn.addEventListener(MouseEvent.CLICK, onButtonReturnClick);

}
//ev handler
function onButtonOneClick(event:MouseEvent):void
{
removeChild(pageOne);
addChild(pageTwo);
}

function onButtonReturnClick(event:MouseEvent):void
{
removeChild(pageTwo);
addChild(pageOne);
}
}

}

Monday, February 8, 2010

the plan for my buttons



so for the button assignment i plan to make five scenes and link them with symbolic stuff. the flower pot will take you to the forest the fish to the sea ect. i had fun planing this out because i was using post it notes. those are the blue. the picture above that is a rough draft of the sea.

Monday, February 1, 2010

flash buttons

a while ago i spoke of a comic called the city of reality, it had buttons. now i know hoe to make buttons in flash. i am happy. now i just need to figure out what to do with it.

Friday, January 22, 2010

expantion and scale



the assignment was to play around with scale and expand on one of the ones I'd already done. so here they are.

Saturday, January 16, 2010

Collections




here are my Collections the top one is Faces, the next has yet to be named and the last is called The Princess and her Warriors.

Wednesday, January 13, 2010

todays doodles








some of them didn't save as i wanted them to and others may seep complicated but none of them are done yet so that's fine. the top three are the ones i plan on working on.
at least I've got them all in one file as symbols now so it's all good.

Tuesday, January 12, 2010

City of reality


today i was going through my comic list and rediscovered the City of Reality http://cityofreality.com/
it's an amazing comic. they do some wonderful things with flash that i really need to figure out how to do, at least i think it's flash they use.

the idea behind the comic is basically summed up with the first page and yet the author manages to keep the reader (me) hooked with interesting characters, a fascinating world and a unique look at the way things could be.

I recommend it to everyone.

Monday, January 11, 2010

some stuff i did today







i need to resize them....

Tuesday, November 10, 2009

flash final

the first steps in a large background for my flash final. must say i love it so far.

Thursday, October 1, 2009

the girl with red hair


another bit of fiddling with flash

Flash test


this is my first movie fiddling around in flash.