Thursday, February 28, 2008
Tuesday, February 26, 2008
Monday, February 18, 2008
buttons
http://www.nitras.be/tutorials/tutorial.html
onRelease = function(){
// return to default
if (selectedMovie != this){
selectedMovie.enabled = true;
}
// disabled selected button
selectedMovie = this
this.enabled = false;
}
helix class
http://www.gotoandlearnforum.com/viewtopic.php?f=12&t=5768
papervision
http://labs.blitzagency.com/?p=93
circle
http://www.gotoandlearnforum.com/viewtopic.php?f=28&t=16008
onRelease = function(){
// return to default
if (selectedMovie != this){
selectedMovie.enabled = true;
}
// disabled selected button
selectedMovie = this
this.enabled = false;
}
helix class
http://www.gotoandlearnforum.com/viewtopic.php?f=12&t=5768
papervision
http://labs.blitzagency.com/?p=93
circle
http://www.gotoandlearnforum.com/viewtopic.php?f=28&t=16008
Labels: actionscript, flash
Thursday, February 14, 2008
grid again
http://bencline.net/blog/2006/11/28/loading-thumbnails-from-xml-into-flash-into-a-grid/
http://www.flashscript.biz/xml_tutorials/xml_tutorial/xml_tutorial_7.html
http://www.flashscript.biz/xml_tutorials/xml_tutorial/xml_tutorial_7.html
Wednesday, February 13, 2008
DYN BUTS FINALL
for (i=0;i<4;i++){
b = _root.attachMovie("button", "button" +i, i);
b._x = 150 *i
b.id =i;
b.dynT.text = "But" + b.id;
b.onPress = function(){
trace("button"+ this.id + "pressed");
}
}
b = _root.attachMovie("button", "button" +i, i);
b._x = 150 *i
b.id =i;
b.dynT.text = "But" + b.id;
b.onPress = function(){
trace("button"+ this.id + "pressed");
}
}
Labels: actionscript, flash
Tuesday, February 12, 2008
codec & text
http://www.softpedia.com/get/Multimedia/Video/Codec-Packs-Video-Codecs/Advanced-Vista-Codec-Package.shtml
http://www.josbuivenga.demon.nl/fontin.html
3d api flash
http://www.flashsandy.org/blog/papervision-rhino-demo.html
off screen detect
http://www.actionscript.org/forums/showthread.php3?t=136109&highlight=detect+mouse
grid two
http://flash-forum.flashdevils.com/showthread.php?threadid=194242/Space%20thumbnails%20equally%20on%20multi%20lines.html
http://www.josbuivenga.demon.nl/fontin.html
3d api flash
http://www.flashsandy.org/blog/papervision-rhino-demo.html
off screen detect
http://www.actionscript.org/forums/showthread.php3?t=136109&highlight=detect+mouse
grid two
http://flash-forum.flashdevils.com/showthread.php?threadid=194242/Space%20thumbnails%20equally%20on%20multi%20lines.html
Monday, February 11, 2008
flash mxl
http://www.gotoandlearnforum.com/viewtopic.php?f=29&t=11177&p=54120&hilit=crossdomain#p54120
grid
http://www.flashvalley.com/fv_tutorials/creating_a_grid_dynamically/page2.php
grid
http://www.flashvalley.com/fv_tutorials/creating_a_grid_dynamically/page2.php
Labels: actionscript, flash
Tuesday, February 05, 2008
FLASH FLICKR API
http://flashr.kelvinluck.com/tutorials/#/tutorials/1/
http://petitpub.com/labs/media/flash/petikr/
http://www.afcomponents.com/tutorials/img_loop/2/
http://www.brophy.biz/
http://www.lukamaras.com/tutorials/actionscript/load-jpg/loading-external-jpg-image.html
http://petitpub.com/labs/media/flash/petikr/
http://www.afcomponents.com/tutorials/img_loop/2/
http://www.brophy.biz/
http://www.lukamaras.com/tutorials/actionscript/load-jpg/loading-external-jpg-image.html
Labels: actionscript, flash, programming