# Scrollable pixel fonts?

**URL:** https://forum.kirupa.com/t/scrollable-pixel-fonts/33957
**Category:** Uncategorized
**Created:** [October 26, 2003, 2:14am UTC](https://forum.kirupa.com/t/scrollable-pixel-fonts/33957 "2003-10-26T02:14:52Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![xmattx](https://avatars.discourse-cdn.com/v4/letter/x/6de8d8/32.png) [@xmattx](https://forum.kirupa.com/u/xmattx)
#### Post date: [October 26, 2003, 2:14am UTC](https://forum.kirupa.com/t/scrollable-pixel-fonts/33957/1 "2003-10-26T02:14:52Z")

</div>

perhaps some great font artists out there are just making some really fine tuned fonts and I can’t tell the difference between a “normal” and pixel font… or is there a way to scroll pixel fonts without throwing them all “outta wack”?

anyone know what I mean?😛

thanks!

---

<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: [October 26, 2003, 2:25am UTC](https://forum.kirupa.com/t/scrollable-pixel-fonts/33957/2 "2003-10-26T02:25:07Z")

</div>

do you mean in a text box??

---

<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: [October 26, 2003, 2:48am UTC](https://forum.kirupa.com/t/scrollable-pixel-fonts/33957/3 "2003-10-26T02:48:57Z")

</div>

i sure do.

perhaps not the mx components box though… any kind of component scroller style scroller, or custom scroller for that matter?

hows it done?

---

<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: [October 26, 2003, 3:40am UTC](https://forum.kirupa.com/t/scrollable-pixel-fonts/33957/4 "2003-10-26T03:40:39Z")

</div>

well, the mx scroller component is customizable and very easy  
to use. regardless, your question is asking about fonts and  
scrolling. what is it that you are trying to do?

if you did a search you’d find what you’re looking for 100 times  
probably. scrolling text is a very common question here.

---

<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: [October 26, 2003, 4:44am UTC](https://forum.kirupa.com/t/scrollable-pixel-fonts/33957/5 "2003-10-26T04:44:44Z")

</div>

my question is: is there a way to keep pixel fonts from going “fuzzy” while being scrolled? something to do with the math im sure?

thanks

---

<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: [October 26, 2003, 5:11am UTC](https://forum.kirupa.com/t/scrollable-pixel-fonts/33957/6 "2003-10-26T05:11:04Z")

</div>

You shouldn’t have any problems if you’re scrolling a text field, since the [[font=courier new]scroll[/font]](http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary764.html) property must be an integer (it will be rounded if you (try to) set it to decimals); unless the text field is not placed on a whole number on both the x and y axes.

However, say you have a text field inside a movie clip, and you want to move the movie clip along the y axis; you’ll need to round the number yourself. You can use [[font=courier new]Math.round[/font], [url=http://www.macromedia.com/support/flash/action\_scripts/actionscript\_dictionary/actionscript\_dictionary456.html][font=courier new]Math.floor[/font] or [url=http://www.macromedia.com/support/flash/action\_scripts/actionscript\_dictionary/actionscript\_dictionary452.html][font=courier new]Math.ceil[/font]](http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary467.html), depending on the situation. 🙂

Hope that helps. 😛
