Okay so I have a flash cs3 project I am working on. I am very new to the whole thing, especially to working with Actionscript. Essentially what I want to achieve is this: I have a text file full of quotes- I want to randomly load a quote from the file, say, every 100 frames, have it appear at a random position, fading in over the course of 25 frames, remaning for fifty frames, and fading out over the course of 25 frames. I have found a few things that load from a text file into a text field whenever a button is pressed, but my knowledge is too limited to manipulate that code into what I want. Any help?