Hi
I have 16 sprites of type 'square'
I have created an instance variable for this type, named 'monster'
I would like to initialize each square.monster with a different value
I try to do a loop but I can't get the action to write my expression :
square(loopindex).monster=random(2,9)
how can I do ?
thx
Fabien