Archangel7
06-16-2010, 01:39 PM
Hello,
it has been quite some time since I coded in actionscript, I am a java developer who is struggling to learn some game oriented actionscript.
The problem:
I have a double buffering schema using a canvas declared on the MXML file and a bitmapdata on a class as the back buffer. the enterframe method paints the bitmapdata into the canvas thus updating the screen.
I know I can add graphics to the bitmapdata object but I want to write some text into the bitmapdata. How can I do that?
it has been quite some time since I coded in actionscript, I am a java developer who is struggling to learn some game oriented actionscript.
The problem:
I have a double buffering schema using a canvas declared on the MXML file and a bitmapdata on a class as the back buffer. the enterframe method paints the bitmapdata into the canvas thus updating the screen.
I know I can add graphics to the bitmapdata object but I want to write some text into the bitmapdata. How can I do that?