New Transformers trailer
Posted by Den Ivanov on May 19th, 2007New 'Transformers' trailer just awesome. Cant wait to see this fantastic movie in cinema!
dont miss them. they are really amazing!!!
New 'Transformers' trailer just awesome. Cant wait to see this fantastic movie in cinema!
dont miss them. they are really amazing!!!
Looks like there problem with creating preloaders for complex flash applications in Flash CS3. When we export Classes to frame other then 1, we have some problems with library assets graphics. classes are here bu graphics doesnt shown. Looks like not only me have this problem (post about preloaders at hiddenresource)
But looks like we have solution now, Denis Kolyako find workaround for preloading problem (russian blog). Source here.
in short:
use
var programClass:Class = loaderInfo.applicationDomain.getDefinition(”Program”) as Class;
var program:Sprite = new programClass() as Sprite;
addChild(program);
instead of
var program:Program = new Program();
addChild(program);
I test this. it work. Maybe there is easy way. I check help, Google and dont find another way. If you know how to make it better, please comment.
Award-winning presentation based on a slideshow by Littleton, Colorado high school teacher Karl Fisch.
Wow. Amazing info about human evolution in digital era. Are you ready to shift?
Here the sources for my 3D voxel terrain. Enjoy. I hope this will be helpful for someone. )
Follow me!