📓
Mysql for Game Creator 1
  • Mysq for GC1 Documentation
  • Mysql for Game Creator
    • Getting started
    • Setup and usage
      • Mysql Actions
        • Action Use WebGl
        • Action Mysql Connect
        • Action Mysql Close Connection
        • Action Mysql Insert
        • Action Mysql Update
        • Action Mysql Select
        • Action Mysql Delete
        • Action Mysql Clear Table
        • Action Mysql Select To UI
        • Action Mysql Query
      • Other Actions
        • Action Text to Variable
        • Action Encrypt and Decrypt data
        • Action Generate random string
        • Action Check Internet Connection
        • Action Base64 Image to UI Image
      • Condition If Connected To Internet
      • "Life Hacks"
        • Update +1
        • WebGL Action
        • Working with Variables
    • FAQ
    • Roadmap
Powered by GitBook
On this page

Was this helpful?

  1. Mysql for Game Creator
  2. Setup and usage
  3. Mysql Actions

Action Use WebGl

PreviousMysql ActionsNextAction Mysql Connect

Last updated 4 years ago

Was this helpful?

If you plan to build with WebGL, there is no need to use Mysql Set Config Action. Use "Use WebGL" Action instead.

  1. Drug mysqlconnection.php file into your webserver public folder or somewhere else.

  2. Make On Start trigger with Use WebGL Action.

  3. Specify the Server File URL (path to this file, for example https://example.com/mysqlconnection.php if file is in root folder)

  4. Use all Mysql Actions without defining Connection Variable