[Tweener] Masking and Browserscaling
Zeh Fernando
zeh at zehfernando.com
Thu Apr 8 07:02:52 PDT 2010
It's tough to say what's the error, but if you use exact_fit, the size is
always going to be the same -- a browser scale may trigger the resize event,
but it's as if your swf is still the same size. You'd have to use no_scale
to be able to properly measure the stage size and resize accordingly.
Zeh
On Thu, Apr 8, 2010 at 7:28 AM, Volker Morsch <vm at volkermorsch.com> wrote:
> Hi everybody,
>
> got a really wired problem.
> I've got my swf working with tweener.
>
> So i've just have a mask with as3
>
> like this:
>
> mc.mask = Maskmc;
>
> This mask is tweened with Tweener
>
> Tweener.addTween(Maskmc,{time:2,width:900,height:900});
>
> So now if i exported to see it in the browser, the mask will not scale
> with the complete swf, if i scale the browserwindow,
> although i've use StageScaleMode.EXACT_FIT
>
> do you have any suggestion,
> would be very nice.
> and sorry for my bad englisH:
>
> best regards
> volker
>
>
> _______________________________________________
> Tweener mailing list
> Tweener at lists.caurinauebi.com
> http://lists.caurinauebi.com/listinfo.cgi/tweener-caurinauebi.com
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.caurinauebi.com/pipermail/tweener-caurinauebi.com/attachments/20100408/9c1d0d6a/attachment.htm>
More information about the Tweener
mailing list