is it possible that i can save the score or passed or fail in the database? please someone help me with this. I search online but i cant find anything that can help me. I really appreciate if it is a capx file or tutorial video. Please help me
Are you sure you searched online? Because this is what I found in 10 seconds:
https://www.scirra.com/tutorials/4839/c ... -php-mysql
https://www.scirra.com/tutorials/346/on ... -php-mysql
https://www.scirra.com/tutorials/296/se ... l-database
viewtopic.php?t=63195&start=0
viewtopic.php?t=63447&start=0#282666
These tutorials are for C2, but you can use the same methods in C3.
my game is only lan, is there other way that i will not be using online database
Do you want to save scores/game progress locally? You can use Save/Load feature or Local Storage.
https://www.scirra.com/tutorials/526/ho ... -savegames
https://www.scirra.com/manual/188/local-storage
can local storage be view? i want to see the score or if the user pass the stage
You can access Local Storage only from the game.
how do i save the data..i have many users and it will be save in database
Then you'll need a server with database and you'll need to communicate with this sever using AJAX or JS.
See my first comment, there are lots of tutorials.
Develop games in your browser. Powerful, performant & highly capable.
I recommend you rexrainbow 's Firebase plugin. There you can store data in a cloud. It's more saver than making an own database.
Regards
Andy