PDA

View Full Version : costumizing GlassMeter fla


Takoca
11-11-2008, 09:49 PM
Hello!

First of all sorry: I know this is not flash and AS tutorial page....

I just would like to costumizing the GlassMeter. I would like to change the whole for an image what is shows the loading process. So what that is 0% there is nothing, on 50% I would like to see half part of the image on 100% see the full image. How can I do this? (Can I do this??) I am absolutly beginner in flash.....

Thx! (and sorry my English is very simple)

LepLep
11-18-2008, 12:40 PM
i would do it this way
place "image" in desired position
place same size one color "rectangle" at the top of it and make it movieclip
make sure that its registration point is left

than type image.Mask = rectangle;
rectangle.scaleX = 0;
and change just one line in glasssmeter from stripe mask to you image mask