I have a layout called LayoutA where I created a new array object called LionArray. The array appears correctly in the "Objects" panel in Construct.
Now, I have another layout called LayoutB where I want to use the same array object. (not the exact same array, just another instance of that array). But I can't figure out how to put the LionArray into the layout.
I tried to drag and drop the the LionArray from the list of object in Projects pane, but this turns the cursor into a "forbidden" icon. It works fine for sprites, but not for arrays.
So how to I create another instance of the array in my layout?
(Of course, I could use the event "create a new object", but I really want to know if there's a way to do it from the GUI)
I know it's a very basic question, but I did take time to look on google, in the manual and in the forums. Thanks for you help!