Tutorials tagged array

A data structure consisting of a collection of elements (values or variables), each identified by at least one array index or key.

Similar Tags

Report Tag

18 tutorials with this tag
5
2 favourites

In the file below you will learn how to move sprites using arrays to a predefined position. When the sprites.Conunt get 170 it will star creating new sprites an...

9
This content is deleted
Tutorial
Turn-Based Battle - Damage Modifiers
13 favourites

Going back to the Pokemon Calculation, the modifier adds in a load of other effects to change the damage output of an attack. They include things like effects d...

2
4 favourites

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

4

In the file bellow you will see some options to work with tilemaps . Change Tiles. Erase Tiles. Export as Json. Import as Json. Export to arrays. Import from ar...

3
This content is deleted
Tutorial
How to Manipulate Arrays - Construct 3
0 favourites

In the file bellow you will see how to manipulate arrays , to create objects on a especifc place , by manipulating the arrays , and you can create any type of d...

4
2 favourites

Hello, everyone! This is my first tutorial, so if you guys like it and want me to make more, let me know! Also, full disclaimer: I am not an expert at using Con...

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...

1
0 favourites

You want to count the repeated elements contained in this array and count the number of times they appear. Use Dictionary object. When an element is first found...

Similar Tags