Is there any alternative for it? If not, then
It would be so great for making that type of apps or something (maybe a big game).
[trying to give an idea]
var games = [
. “Limbo”,
. “Mass Effect 2”,
. “Red Dead Redemption”,
. “StarCraft”
];
for(var i = 0; i<=games.length; i++) {
. //Modifies the Text object like this
. …“games[i]”;
. //Changing the y pos each time
. … text.Y()+50;
}
// I know it’s a simple thing for you
hi you can group objects there is an icon in gdevelop
There are no arrays on gdevelop but you have structures variables that can work as an array
You could also JavaScript code