Hello,
When I export a construct game in the windows 8 environment I'm interested in creating a comunication between a construct game and a function that is located in a class in another project of the same solution.
How can I call the c# function to execute and retrieve its results to show them in the game layout? I've tried to modify the code but for now I'm clueless.
I'm thinking the AJAX plugin can serve me this way because have the send and receive requests... anyone have tried doing this? If not with AJAX which other tools or plugin I can use?
Thank you very much