MyMouseFrameOne.MrMouseSays = "This code handles all of the BJInit mumbo jumbo for you. You will notice that there is a line of code \'#include FunctionWrappers.txt\',";
MyMouseFrameOne.MrMouseSays += " this is where all of your wrapper functions will be housed. If you want to store them in a different filename, then you must change ";
MyMouseFrameOne.MrMouseSays += "this include statement. It is recommended that you change this value, but not required.";
MyMouseFrameOne.MrMouseSays += "\nYou can find an example of what the wrapper functions file should do in the aforementioned virtualtruck site in the file \'FunctionWrappers.txt\'.";
MyMouseFrameOne.MrMouseSays += "\nYou probably want to reread FlashC++Practices.html at this point too.";