Hello folks of Construct2!
I'm trying to get in to development with Construct, but without direct code typing I'm bit lost! <img src="smileys/smiley1.gif" border="0" align="middle" />
I've few years programming experience, but none in game development, so this is really new to me.
I've tried to figure out, I've, let's say "gameboard", where I'd like to spawn on game load random(3,5) "containers". Each of these "containers" should contain random(3,5) "item"s, that should be draggable.
I've figured out how to make "item" draggable, and how to place items to gameboard statically. But how can I make this dynamically?
Thanks for help!