Login / Registrieren
DE EN FR ES IT CZ
Zurück Nach oben

HTML5/lua dumb ass question

  • #1, by Nigec 8 years ago Zitieren
    My dumb ass question of the day is:
    is it possible to have a weblink in a "game"
  • #2, by sebastian 8 years ago Zitieren
    you can start the default browser with the following lua function:

    startDefaultBrowser("http://myurl.net")
  • #3, by Nigec 8 years ago Zitieren
    thanks Sebastian, I'll give it a try smile
  • #4, by nicholas-contreras 8 years ago Zitieren
    you can start the default browser with the following lua function:

    startDefaultBrowser("http://myurl.net")
    I've tried and it works fine. Thanks.