[转帖] GameMaker Studio for PHP and MySQL
gmstudio吧
全部回复
仅看楼主
level 9
bilvdehu163 楼主
原帖来自泽国
该例子将教你如何创建用户并登陆保存数据到数据库,使用php mysql和gamemaker studio交互。This example will show you how to create a user account, log in to said account, save information to a database, and load information from a database in Game Maker Studio using PHP and MySQL.This example includes full documentation and is fully commented. When I have time I will try to add to and further develop this example with new features. This example requires you to have access to a PHP enabled web server and a MySQL database, however no PHP knowledge is needed to get up and running, the included PHP script will take care of everything for you!
2013年07月01日 02点07分 1
level 13
mysql需要服务器的支撑,适合与互联网上的数据库服务器联动。
如果改造成,能操作桌面数据库,如access,或者sqlite就好了。呵。
2013年07月01日 10点07分 2
使用odbc驱动与不同桌面数据库联动可能是一个思路。呵。
2013年07月01日 10点07分
回复 宋异人 :Access确实比较方便使用,我认为吧,要用到数据库了,这个游戏也就比较嗨了,用access反而就是瓶颈了,mysql的话还是比较好配置的,我自己安装过mysql,觉得还是蛮好用的。access是微软的东东,其他平台运行的并不是很好呢。
2013年07月01日 10点07分
回复 bilvdehu163 :确实是这样。GMS的话,小一点的游戏还是不错。如果用到数据库级别的游戏,GMS感觉不太胜任了,还是交给专业人员了。呵。
2013年07月01日 10点07分
level 5
该方法在安卓平台下无法正常运行,直接秒退。
2013年08月12日 15点08分 3
后来发现,移动平台上HTTP是正常的。
2013年10月11日 08点10分
1