Image in Flash Q
- Started
- Last post
- 11 Responses
- DBitW
ok, this is soooooo stooopid...
so i'm tweening a jpeg in flash and for some reason the pixels are "shifting" as it tweens. Any solutions?
Thanks, and I checked the PVN
word!
- jpea0
what kind of tween? if it's an alpha tween, it usually ends up better if at the end of the tween, it ends on 99% instead of 100%. other than that, not sure.. trial and error
- level20
put this in the first frame of the timeline with the scaling movie:
_quality = "BEST";
- DBitW0
thanx jpea, but it's a scale tween, and thy're all set to 99% alpha
urgh!
- sureshot0
i assume the jpg is a MC.
if not make it one.
than change the image's alpha to 99%
- sureshot0
damn yall beat me to it.
- DBitW0
opk the _quality worked but now it seems to be jumpin a pixel every sec or so
wieeeeeeerd
- level20
for this stuff I usually make it scale with actionscript, seems to be smoother - say if you wanted it to scale to 125%:
Make a movie clip and put this script on the MC:
onClipEvent (enterFrame) {
if (this._xscale
- level20
damn, it cut off my msg:
onClipEvent (enterFrame) {
if (this._xscale
- level20
I give up, it wont let me paste the code, email me if you want it...
- DBitW0
I got ya level2, thanx all.
remeber not to move the registration when scaling, word up