开发者

Problem with scaling drawing objects inside movieclip

开发者 https://www.devze.com 2023-02-25 15:11 出处:网络
So I\'ve got problem with some drawing objects inside movieclip in my flash file... Setting width and height of flash to match browser\'s w&h got my movie clip to get correct values, but unfortuna

So I've got problem with some drawing objects inside movieclip in my flash file... Setting width and height of flash to match browser's w&h got my movie clip to get correct values, but unfortunately drawing objects inside of it are not scaled as movieclip. Those object are just random stripes that got some tween on it acting as somekind of preloader... All graphics are pulled from ai file, so no AS was used to manipulate them, just pure tweening in design mode...

So if my stage w & h are lets say 720 x 50, graphics inside movieclip are 1600 x 900 which match my monitor's resolution.

Ho开发者_如何学运维w can I fix this?

Thx for all help! :)


try setting scaleX and scaleY instead of width/height

0

精彩评论

暂无评论...
验证码 换一张
取 消