ok my game is basically a dance game and i want to store all the moves in a table of routines, so that i set routine to random and automatically the game picks out the moves for that routine. As a programmer, i would normally do it by a 2d array. is sucha feature available in scratch? i think i saw a post somewhere by the title "arrays, what are they and how can i use em?" but i cant find it now. it lead me to suspect that scratch has arrays. and this really UGRENT cuz i have to submit my project on saturday
Offline
Scratch has 1d arrays but they are called lists.
Offline
You can't make 2d arrays so the best you can do is make a set of 1d arrays.
Offline