# MC quality

**URL:** https://forum.kirupa.com/t/mc-quality/18845
**Category:** flash
**Created:** [April 21, 2003, 9:31pm UTC](https://forum.kirupa.com/t/mc-quality/18845 "2003-04-21T21:31:30Z")
**Posts on this page:** 14
**Page:** 1

<div class="post-metadata">

### Author: ![acehole](https://avatars.discourse-cdn.com/v4/letter/a/a8b319/32.png) [@acehole](https://forum.kirupa.com/u/acehole)
#### Post date: [April 21, 2003, 9:31pm UTC](https://forum.kirupa.com/t/mc-quality/18845/1 "2003-04-21T21:31:30Z")

</div>

Hey guys,

Is there anyway to make a certain MC in a movie with low quality while the rest are all high quality? Like, I got this movie right, but I used a pixel font for the body text, and no matter what I try the text is ALWAYS antialiased… i need to be Aliased and the only way to do that is to make the movie low quality… but that messes up everything else…

can anyone help? Is there a setting to keep the text low quality? im using of of the fre FFF (fonts for flash) fonts.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [April 21, 2003, 9:42pm UTC](https://forum.kirupa.com/t/mc-quality/18845/2 "2003-04-21T21:42:45Z")

</div>

```auto
// 0 = low 
// 1 = high
// 2 = best
myMovieClip._highquality = 0;

```

=)

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [April 21, 2003, 9:44pm UTC](https://forum.kirupa.com/t/mc-quality/18845/3 "2003-04-21T21:44:03Z")

</div>

If the font is an FFF Font it works in High quality as well.

Right click on your textbox and choose “Properties”.

In there make sure the X,Y coords are on whole numbers and not decimal numbers.

Also make sure your text is not bold or italic, or centered, or justified.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [April 21, 2003, 9:45pm UTC](https://forum.kirupa.com/t/mc-quality/18845/4 "2003-04-21T21:45:18Z")

</div>

by the way… i think the TextField object also has the \_highquality property. i’ll check it out. 😉

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [April 21, 2003, 9:46pm UTC](https://forum.kirupa.com/t/mc-quality/18845/5 "2003-04-21T21:46:36Z")

</div>

> \*Originally posted by kax \*  
> \*\*

```auto
// 0 = low 
// 1 = high
// 2 = best
myMovieClip._highquality = 0;

```

=) \*\*

I believe the \_highquality property effects the whole movie and not just individual clips.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [April 21, 2003, 9:47pm UTC](https://forum.kirupa.com/t/mc-quality/18845/6 "2003-04-21T21:47:08Z")

</div>

yup… 😛

[TextField.\_highquality](http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary742.html)  
[MovieClip.\_highquality](http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary532.html)

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [April 21, 2003, 9:49pm UTC](https://forum.kirupa.com/t/mc-quality/18845/7 "2003-04-21T21:49:12Z")

</div>

😛

actually… you’re right, lost. =)

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [April 21, 2003, 9:49pm UTC](https://forum.kirupa.com/t/mc-quality/18845/8 "2003-04-21T21:49:32Z")

</div>

Hmm, I just tested, and for me it makes the whole movie low quality not just the texfield or movieclip :-\

And it also says \_highquality was deprecated in the AS Reference I have, but in these links it says it’s availability is just for Flash MX. The replacement is \_quality.

Odd…

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [April 21, 2003, 9:52pm UTC](https://forum.kirupa.com/t/mc-quality/18845/9 "2003-04-21T21:52:08Z")

</div>

My AS Reference says \_highquality is Flash4 usage.

Weird… I think Macromedia needs to recheck their online AS Reference.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [April 21, 2003, 9:55pm UTC](https://forum.kirupa.com/t/mc-quality/18845/10 "2003-04-21T21:55:36Z")

</div>

i agree with that. :-\

and i just read the description again… \_highquality is a global property. so what’s the point of MovieClip.\_highquality, TextField.\_highquality and Button.\_highquality if you can’t specify a different quality for each object!? :crazy: 😛

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [April 21, 2003, 9:58pm UTC](https://forum.kirupa.com/t/mc-quality/18845/11 "2003-04-21T21:58:47Z")

</div>

Yeah… thats definitely retarded…lol.

Well either way, the quality has nothing to do with this issue, it is a pixel font issue, and I already stated what could be wrong earlier, so hopefully it works out 🙂

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [April 21, 2003, 10:08pm UTC](https://forum.kirupa.com/t/mc-quality/18845/12 "2003-04-21T22:08:01Z")

</div>

hey guys thanks for your reply… i got college in 10 minutes and didnt expect answers this quick hehe 🙂

my FFF font (atlantis…mad font) seems to antialias no matter what and its in a whole number position… oh, but its part of a menu that actually moves around…

so yeah… would id be wise to import all my text as a PNG or GIF and set the whole movie to low quality?? cus i need this text to move around.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [April 21, 2003, 10:09pm UTC](https://forum.kirupa.com/t/mc-quality/18845/13 "2003-04-21T22:09:38Z")

</div>

hey!! i have that font… no problems with it. :-\

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [April 21, 2003, 10:21pm UTC](https://forum.kirupa.com/t/mc-quality/18845/14 "2003-04-21T22:21:25Z")

</div>

If your menu moves around according to easing or some sort of equation you can put that equation within a Math.round() function to round out the number so it will always be on a whole number 🙂
