We have a text-based python game (without using pygame) and we would like to give it a GUI. The idea would be to have a background layer image (like a tavern or a shop) and other layers of images on top of it (e.g. characters appearing). The other thing we need is to have an integrated text box for information display and a way to choose what you want to do next (Do you want to go to the forest? (y/n)).
Is there a good way to accomplish these goals in flash?
If not, then what should we do?