Tuesday, June 29, 2010

http://www.foundation-flash.com/tutorials/as3urlbutton/

contactBtn1.addEventListener(MouseEvent.CLICK,goThere);
function goThere(e:MouseEvent){
var request:URLRequest = new URLRequest("http://www.facebook.com/pages/Mobile-AL/foosacklys/35315287757?v=wall&ref=ts");
navigateToURL(request);
}

Regular FLASH buttons AS3:


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

OPENS PDF FILES

var address: URLRequest = new URLRequest ( "http://www.SitoConPdfDaCaricare.it/PdfDaCaricare.pdf");  
  navigateToURL (address, "_blank");

Monday, April 5, 2010

House

Current House Plan:

Remodel House Plan:

Wednesday, March 10, 2010

Fig 1: My fave, but too simple?
Fig 2: not readable but still like to go with that idea 



Fig 3: word by itself 

Tuesday, November 17, 2009

Saturday, November 14, 2009