i’m trying to make a quiz in flash with several options to choose from and i remember that i could do something like trvial pursuit so i found this http://www.trivialpursuit.com/trivialpursuit/game_loader.vm?skin=genus&mode=preview
now what i’d like to know is how do they manage to make the answers appear as buttons? i’m thinkong that they have to take the answers from a database.
so to be brief, how can i put a text on a button dinamically?
thanks
I can give you solution for your problem, this is one of the way of doing it, you can create textfield dynamically in flash and align it dynamically.
For example: Create Empty Text field creates text field and in brackets you can assing x and y position of text field along with width and height of the text field.