1. You can create object by name in Construct3. Use "System create by name" action, for example Create "Block" & BlockNumberVariable
Or, to create a random object you can put them all in a family and use "Create family"
2. Check this example:
https://www.dropbox.com/s/7lztai8wou3xyjw/PinnedCamera2.c3p?dl=0
ok this is perfect but i have no idea how to do it ... i tried to transfer the 2 events in my program, i replaced "Player", i also changed the "viewport size" but it doesn't work for me ... also now i also have another problem that i simply can't open layouts because it gives me this message, but my driver is up to date ... would you also tell me how to fix this? In any case, the example is right is what I would like to achieve ...
1) I already know the create object function, and I also used "Family", but I still have some problems that I can't solve: I managed to create a random object of the family group, (I created an object Object1 ((object1 is the variable name)) because: I wanted to make it so that the object could be any so I thought I'd put a list of possible random objects ... I put some images below because it's hard to explain ...
Some I had to repeat, because for families I would like all objects to move to the right ... and then I don't know how to add the global variables I have to write add + 1 for each event ... and in any case the case shows 3 objects but all the same ...
I know it's a mess, but I'm trying to learn ...
In any case, thanks for your help ...
*Events that repeat themselves
media1.giphy.com/media/z51eqT1mpbIAdzk47d/giphy.gif
If you want, I can insert a copy of the project, but it's a real mess ...