Monday, March 30, 2009

thejetty.org

Title: thejetty.org
Artist: Hidekazu Minami
Date Created: 2000
URL: http://www.thejetty.org/

WAXWEB

Title: WAXWEB
Artist: David Blair
date created: 1994

mouchette.org

title: mouchette.org
artist: "Mouchette" (pseudonymous character)
date created: 1996

my boyfriend came back from the war

Title: my boyfriend came back from the war
Artist: Olia Lialina
Date created: September 1996
URL: http://www.teleportacia.org/war/war.html

Wednesday, March 25, 2009

Loading External .swf Files:

var req:URLRequest = new URLRequest("fileName.swf");
var loader:Loader = new Loader();



loader.load(req);
addChild(loader);

Monday, March 23, 2009

ActionScript 3.0 for Buttons

Actions for Buttons:
btnInstanceName.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler);
function mouseDownHandler(event:MouseEvent):void {
navigateToURL(new URLRequest("http://www.pixelcola.net/"));
}

btnInstanceName.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandlerA);
function mouseDownHandlerA(event:MouseEvent):void {
gotoAndStop(1);
}

btnInstanceName.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandlerB);
function mouseDownHandlerB(event:MouseEvent):void {
gotoAndStop(10);
}

Wednesday, March 18, 2009

class on Wed 3/18/09

All videos were to be posted by today, for class critique

Monday, March 16, 2009

BLOG POSTS: Post-Spring-Break Weekly Posts

Before each class (beginning with class on Wednesday) you should make a new post to your blog.
This new post should describe an example of contemporary New Media art from one of the links at the right.  Include an image of the project, title and description of the project, the name(s) of the artist(s), location of the exhibition, date of the project, and link back to the site where you found this information, not necessarily in that order.