如何在游戏制作工作室(Yoyogames)中为Android制作网址?
我在Whatsapp应用程序等应用程序中看到了一个url方案,当用户浏览“whatsapp:// send?text = mytext”网站时,它会打开带有给定文本的Whatsapp应用程序。
所以我想这样做。如果用户输入我的网址方案,用给定的文字打开游戏。
谢谢!
答案 0 :(得分:0)
//pass the URL string as argument0 to this script to open it in default browser
url_open_ext(argument0, '_blank')