Archive for the ‘actionscript’ Category

It’s all Relative

Thursday, April 12th, 2007
if (System.capabilities.isDebugger) {
this.loadMovie("external.jpg");
} else {
this.loadMovie("images/external.jpg");
}

trace(); – the sequel

Thursday, March 1st, 2007

trace2 = function(s, r_all) {

if (!t_txt){    //create new textfield if none exists

this.createTextField("t_txt", 1, 0, 0, 1, 1);
t_txt.autoSize = true;    

}
r_all ? t_txt.text = s+"\n" : t_txt.text += s+"\n" ;

};

Directory Image Lister PHP -> XML

Sunday, November 26th, 2006

Will be useful for an upcoming Flash gallery that dynaically loads images. I didn’t want to reinvent the wheel, but apparently I was too impatient to find the wheel. 😛

(more…)

Free Flash Extensions

Tuesday, October 17th, 2006

Flash-extensions.net/

FlashGuru Consulting – Flash Extensions/

Also, they have some cool tutorials

http://www.ghostwire.com/go/38

Airtight News – Useful Flash Extensions Roundup

Tutorials

Saturday, October 14th, 2006

Macromedia Flash Studies
http://jrgraphix.net/research/

Useful Drawing and Design Tutorials and Resources
http://www.kirupa.com/forum/showthread.php?t=13133