Tracking score
I am making a very simple game (players select the correct answer to a question and move on to next question). Is there a way that I can track the player's score in Mobincube?
Many thanks,
Oli
-
Hi.
Yes and now, with variables, SET and databases you can store values, but when the app is updated, all will be erased.
https://www.bigmarker.com/mobincube/Advanced-Webinar-User-Variables-and-new-actions-SET-AND-REQUEST
That is why I would recommend to use a web screen or at least, to save data in remote servers.
http://support.mobincube.com/hc/en-us/articles/200325767-Web
-
I am trying to do something similar. I want to keep a score in the app and I'm trying to use your SET action with var. and cookie.
See also this article: http://support.mobincube.com/hc/en-us/articles/211490643-How-to-use-the-Compositor-in-a-database
I did the following for an answer button in the first screen: SET {var.score}=1. In the next screen I want to add another value of 1 to the var.score. Is this somehow possible?
Offcourse I tried SET {var.score}+1. But that dit not work (was a longshot).
Thanks.
Please sign in to leave a comment.
Comments
3 comments