Fixed a bunch of bugs for the ZoomableImage class I posted some time ago.
You can find the old post here
Enjoy!
Fixed a bunch of bugs for the ZoomableImage class I posted some time ago.
You can find the old post here
Enjoy!

Adobe CS4 Presentation
Rome Session
Martedì 21 Ott 2008 : 9:30 - 18:00
Aran Mantegna Hotel
Via Mantegna, 130 Roma, EUR
The presentations has highlighted some of the new features, aspects and targets of the new CS4 suite.
In the morning, there has been a meeting reguarding how CS4 could better work flow, and some of the new features, like the XFL interchange format, seem to greatly improve speed and productivity.
In the afternoon, i attended the web track with demonstration of Photoshop, Illustrator and InDesign, and they look great. Photoshop is very faster, even with big sized images, the speaker was working with an image of 1.12 Gb and it was smoother than wind. All the software from the new suite works moving the weight from CPU to GPU, if you have a 3d acceleration video card.
After that, i went to the Flash and Dreamweaver course. I had already seen many of the new flash features, but seeing them in action was like a thunderstrike.
I am looking forward to buy the new CS4. I really am.
Hi to all,
this is the last project i made for Egolab, it is a long time i do not update my portfolio online.
It is a funny drag and drop game, in which you have to reinterpret recipes on the base of the Slowfood association principles, that are biodiversity and the right of any nation to grow and use its own tastes.
For this project i worked with Marco Fresta, creative designer, Rita Petruccioli, character and background designer, Alessandro Balasco, php/mysql designer & developer and Federico Panella, character animator.
Have a try and discover what kind of cook is inside you!
Enjoy :)
Hi everyone!
Today I release a new class, as previewed a few days ago.
The ZoomableImage class let you load an image and display it in a frame box of predefined dimensions. You can view this image only for a certain part, at the start. But you can click and drag it to view it all.
The class has several features, so you can view the docs to know them all. It is very customizable. And it is very easy to use.
Just by adding these few lines of code,
var zImage:ZoomableImage = new ZoomableImage("http://www.fuoridalcerchio.net/source/zoomableimage/image.jpg", {framewidth: 300, frameheight: 300, framealpha: 0.2, framecolor: 0x000000, overlay:true, zooms: [100, 50, 25]});
zImage.x = 200;
zImage.y = 200;
addChild(zImage);
you can use the class in every project.
Enjoy! Critics and advices are welcome, as usual!