PDA

View Full Version : Dynamically displayed text


/Pyro
02-07-2003, 03:21 AM
This is probably something I could figure out if I sat down and played with it, but I have been working so much on this game that I am about burned out. I suppose I made the mistake of trying to make to complex of a game while learning flash for the first time. Anyway, I will tell you a slight bit about the game so you can see what I need.

It starts out where you drag the basic pieces of a computer inside this case. That part works fine and dandy. The next step is once they finish the game, they can enter their name (or before you start the game) then after it is finished, show a printable (if you could describe how to do that also, would be awesome) certificate of achievement with their name on it.

So my biggest problem is how to get their name on a printable certificate.

Thanks in advance.

avatar
02-07-2003, 06:59 AM
Hi Pyro,

I've never tried anything like this but I guess if you check the AS dictionary and look for print("myMovie","bframe"); or printAsBitmap(target, "bmovie"); and textfield (input text) you will find all the info needed...