Project 4
Build a “Poem Shuffler” module. You may use any poem of your choosing.
Requirements include the following:
- The poem should first be presented to the user in the correct order.
- A user interaction will cause the poem to ‘shuffle’ – randomizing each line and displaying the shuffled poem to the user in place of the original.
- Lines should never be repeated.
- All viewable elements MUST be generated through ActionScript. YourLibrary and Stage should be initially VOID AND EMPTY.
- You must use a TextFormat object to format your text.