Tutorials tagged data

Similar Tags

Report Tag

35 tutorials with this tag
2
22 favourites

1st) Make global variable Highscore=0 = your in game highscore variable. Make Global variable Score=0 = your in game score variable. 2nd) System - start of layo...

1
This content is deleted
Tutorial
%How to make some values more likely than others%
5 favourites

Set value RANDOM to: Round(random(0,1000)). Random is ≥ 900 : ACTION (100 = 10%). Random is ≥ 950 < 900 : ACTION (50 = 5%). Etc.

4
This content is deleted
Tutorial
How to use Firebase Realtime DB (in-depth tutorial)
10 favourites

So you're probably wondering how do I use Firebase realtime database? I'm going to teach you how to set it up! Requirements: 1. Firebase Account ( Link ). 2. Co...

7 years ago
2
This content is deleted
Tutorial
Username System
7 favourites

Today i'm going to show you how to create a username system for your game! Tutorial Difficulty:Beginner-Anyone can do it. ______________________________________...

7
This content is deleted
Tutorial
Create Online Database with Google Spreadsheet
18 favourites

Starting from an inspiration to create a Project Viewer application by storing data on the existing MySQL database on the hosting, then find this way that is qu...

22
34 favourites

Sometimes you may need to collect data from players. This could be their scores, game statistics, feedback, survey answers or anything else. There are many ways...

2
4 favourites

In the file bellow you will learn how to make an App with client registration with arrays to save data.

2
This content is deleted
Tutorial
C3 Data Convert Example
0 favourites

JSON.Get("store.Info.Location") // Lover's Pond. {. "data": }. JSON.Get("data.0") // 123. JSON.Get("data.1") // 456. Example 2.2. {. "items": }. JSON.Get("items...

Similar Tags