I don't understand arrays
. How do arrays work? DataMaster didn't help.
------------------
LEET OWNAGE
. How do arrays work? DataMaster didn't help.------------------
LEET OWNAGE
This is the static archive of the Massassi Forums. The forums are
closed indefinitely. Thanks for all the memories!
You can also download
Super Old Archived Message Boards
from when Massassi first started.
"View" counts are as of the day the forums were archived, and will no longer increase.
. How do arrays work? DataMaster didn't help.
Symbols Message Activated Surface Switch Int Var0 Int Var1 Int Var2 Int Var3 Int Var4 Int I=0 Local End Code Activated: For(I=0;I<=4;I=I+1) Printint(Var0); Stop; End
Activated:
While(I <= 4) {
Printint(Var0);
I=I+1; }
Stop;
Startup: Symbols Message Startup Flex Gravity_easy Flex Gravity_med Flex Gravity_hard End Code Startup: Setgravity(Gravity_easy[Getdifficulty()]); Stop; End
Symbols Message Startup Int Var0 Int Var1 Int Var2 Int Var3 Int Var4 End Code Startup: Printint(Var0[2]); Stop; End
Symbols Message Startup Int Var4 Int Var3 Int Var2 Int Var1 Int Var0 End Code Startup: Printint(Var4[2]); Stop; End