Does anyone know a way to make arrays or strings on scratch. This feature would be REALLY helpful on the project I'm currently making. Any help or advice would be much appreciated!
Offline
The most flexible is a graphical array where you record data by colouring in pixels locations and use a tiny sprite to read those pixels.
Offline
If you don't want to deal with screen arrays, Chalkmarrow has implemented a 100 element numeric matrix that you might find helpful. It can be configured to any dimensions you want as long as the total number of elements is 100 or less. It also wouldn't be very hard to expand.
http://scratch.mit.edu/projects/chalkmarrow/117305
Offline