Hi,
I know php/html, but I have never build a game before.
So 4 weeks ago I found/bought Construct 2,
from that moment I have read a lot of tutorials, because I want to learn how to make a game.
I have bought some game kits and started my first game, a slot machine (Multi line)
The game works with a MySQL database, and I tested it every time trough: Microsoft EDGE (localhost)
When I click spin, database is successfully updated, so no problems.
I think, Yes my first game! But it's only localhost until now.
So I did export my game to html5 and uploaded the game to the server. And here is my problem.
When I visited the link: http://sksdt.com/games/mafia-slot/
-----------------------------
- Microsoft EDGE (MySQL will not update, select is working!)
- IE (Same as Microsoft EDGE)
- Chroome (Same as Microsoft EDGE)
- Safari (Same as Microsoft EDGE)
- FireFox (Yes this works great!)
So with this problem in my mind, I did a test with localhost
I opened the preview every time inside a other browser.
-----------------------------
- Microsoft EDGE (Yes this works great!)
- IE (MySQL will not update, select is working!)
- Chroome (Same as IE)
- Safari (Same as IE)
- FireFox (Same as IE)
Here is my capx file: http://sksdt.com/games/construct/slot-game.capx
I can't find any similar problems on the net.
Can someone tell me what I'am doing wrong? Or is it a bug?