I create a Array Object in my game, but it's just have three properties.I want to put some String in it, how can I do it.
There is this tutorial about arrays as well as the "Arrays" section of the how do I FAQ.
That should give you all the informations/examples you need about arrays.
Thanks for your answer.
but I just want to put some values in Array, and I can't find it in this tutorial and how do I FAQ .
I think i just not find some button to open the array edit and something like this.
I really really want your help.
Develop games in your browser. Powerful, performant & highly capable.
Action Array | Set value at (Array.CurX, Array.CurY) to your_value
There's no array edit like on CC for example.
On start of layout you fill it with the action.
You have a "For each element" condition that can help you loop through the array.
Thank you very much~~ <img src="smileys/smiley20.gif" border="0" align="middle" />