Hi
I�m trying to make a list of objects that you must find in the game. I though that text will be enough and i avoid the use of many images.
So i have a sprite of a pencil and a bucket, each one with a variable name for example.
I can make a loop and record that names in an array using families.
But i don�t know how to show the list afterwards.
I created a text object and i wrote the array(0) + " " + array(1), but all in a line. Can i introduce a break line or width atribute, or write html maybe?
Then I tried to create a Text object for each line, line0, line1, .... But i dont know how to make a loop that changes the object name. For example:
for i,1,numobjects
text&i.text=array(i)
The objective is a list like:
pencil
bucket
Thank you