Creating a trace window using FFish script?
I am interested in making a trace window for our SWFKit wrapped versions of games. I was thinking of using the Form, interface, but I can't see how I am supposed to use the Form in order to send data to it, after it has been created.
The idea here is to have a trace window which shows up in both the unwrapped version of the game, and the wrapped version of the game, and doesn't require any changes to the code for either to work. (Obviously we will have to use our own trace function.)
Has anyone else needed to do this?
|