ZGameEditor Documentation
Community |
WebOpenWebOpenComponent to access web pages. This can be used for posting and displaying online high scores or making turn based multiplayer games. Example usage: "YakYakReader" sample project. PropertiesUrlThe URL of the web-page. For instance "http://www.google.com". InBrowserSet this property to true if you want the web-page to open in a separate window. OnResultThis will be executed when the web page has been read (only when InBrowser=false). Put code here to read ResultString. ResultStringThis string holds the content of the web page. |