Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
SuperPope #1
Scrolling dynamic text in a "movie credits"style
I'm creating a kiosk that will be displayed on 30 inch LCD displays in our
corporate headquarters. A list of names will be pulled from a database and
scrolled vertically across the screen, looping ad infinitum. Here are my
problems
1) The length of the list will vary from day to day. There may be thousands
of names, or there may be only a dozen names. How can I make the height of the
text field reflect these variations
2) The list needs to scroll until the last name goes past the top of the
screen, and then start over again from the bottom. How can I program for this
when the height of the text field is unknown? The rate of speed also needs to
be constant, regardless of the length of the list
I appreciate any help that can be offered
SuperPope Guest
-
Nested Style to exact "Word" or "Small Phrase"
Ok, this question is for all you nested style experts - I use and love nested styles, but there's one trick I haven't figured out. As background, I... -
dynamic text field & "paging" content
I have a dynamic text field that gets populated from the backend with free form text (can be any text really). I want to be able to populate the... -
New Text Frames Default to "Endnote Reference" Char Style!
Can't understand why everytime I drag the text tool to create a text frame and then start to type, that it's so small you can hardly see it. Then I... -
help: Duplicate "Normal Text" Style
Dear Judy and Curt: I ran into the same problem with the duplicated normal text error recently, upon investigation found this thread in the... -
Dynamic text box won't scroll when "render text as HTML" is clicked
I'm using FLASH MX and I'm trying to create a dynamic text box that loads an external text file, contains clickable links and scrolls. I've... -
Karim N #2
Re: Scrolling dynamic text in a "moviecredits" s
1) textfield.autoSize = "center"
2) Loop over 2 or more frames, decrementing the _y property of the textfield
on each loop. (move it up
When the _y property == _height * -1 (when it's off the screen), reset the _y
property to it's initial state
Karim N Guest



Reply With Quote

