Another Rand AS question
- Started
- Last post
- 11 Responses
- ********
can you pull an external text file into a dynamic text box one word at a time, as a sequence (only one word shows at a time, like: first frame: "these"; next frame: "are"; next frame "the", etc.?)
- UndoUndo0
if you setup a name value pair in the txt file, pull into flash and sort though the value splitting by " " and entering into array then yes
- ********0
parse each of the words into an array, and then simply concatenate each word onto each other.
- SteveJobs0
this is a new flash technique called fudge packing. i suggest you get on every design/coding forum you know of and ask for the best techniques of fudge packing. a call to macromedia on the topic might also be in order.
- ********0
I thought you knew everything about fudge packing?
- UndoUndo0
parse each of the words into an array, and then simply concatenate each word onto each other.
^do that then use onEnterFrame [if you want frames] to sort though and display the words!
- ********0
thank you
- ********0
ashamed to admit I don't know how to do that
- UndoUndo0
which bits?
- ********0
I understand the theory but lack the knoweldge to actually write the script
- unfittoprint0
mailto:mail@fluxism.com has been fed.
- ********0
shine on unfit