livejournal.com friends map

Posted by Den Ivanov on October 11th, 2004

i fix few errors in my old LJ map. check here

flash games

Posted by Den Ivanov on October 5th, 2004

Lost of funny flash games on this site flash games I love them. They are simple but very good GasGames

png2mc

Posted by Den Ivanov on September 30th, 2004

for current project i need convert lots of (>200) png to movieClips and linkage them. i'm lazy do this by hand so i wrote small script in JSFL png2mc

------
var _doc = fl.getDocumentDOM();
var _lib = _doc.library;
var items = _lib.items;
var numItems = items.length;
for(var i=0;i 0 ){
mc_name = pic_name.replace('.png','');
} else {
mc_name = pic_name+"_mc";
}
_lib.addNewItem("movie clip", mc_name);
_lib.editItem(mc_name);
_lib.addItemToDocument({x:0, y:0}, pic_name);
// move zero point to top left corner
var bmObj = _doc.selection[0];
_doc.moveSelectionBy({x:bmObj.hPixels/2, y:bmObj.vPixels/2});
//
_doc.exitEditMode();
_it.allowSmoothing = false;
_it.compressionType = "lossless";
var mc_id = _lib.findItemIndex(mc_name);

_lib.items[mc_id].linkageExportForAS = true;
_lib.items[mc_id].linkageIdentifier = mc_name;
_lib.items[mc_id].linkageExportInFirstFrame = true;
}
}
_doc.selectNone();
------

Related Entries:
  • No related posts

Mixed Tape

Posted by Den Ivanov on August 23rd, 2004

nice music nice player

Related Entries:
  • No related posts

flash+video site

Posted by Den Ivanov on August 20th, 2004

adidas Y-3

very weel done flash site with integrated flash video.


Wordpress Theme by Tech Replies
Copyright © 2007 Den Ivanov blog.. All rights reserved.