This is the best I can get with physics & pin behavior to mimic cape motion: dropbox.com/s/z4rxpjvurjn60jj/cape_physics.capx
Good job for generated maze one. Another one with gorilla seems confusing since the control isn't feel responsive
A variable and local storage at least required:
construct.net/en/forum/construct-2/how-do-i-18/save-global-variable-170111
Bad text placement do. I learn that in typography & design in general.
Have a look: dropbox.com/s/lsff0sd6fu4awuw/random_spawner.capx
So in the example I disabled pick random instance and use what sugested by ROJO. Feeding for each ordered by random 2 loops iteration to get 2 random instances (loopindex 0 to loopindex 1). So if you want to pick 3 random instances change random value & loop comparison to 2.
Probably you want to use create object command rather than using spawn command which is more flexible.
Check the condition whether it trigger correctly. Try tracking objects in debugger to make sure their existence.
Is it drag & drop game or involving something moving?
See if this one close to what you want:
dropbox.com/s/7cj6ptxyakp9s3t/tap_menu_order.capx
Separate them into different animation names or frames within an object should do fine.
Create a 'Family' then add those objects into family so the event script only need to overlap test with just 'Family' object.
Play with random suggested by ROjO: dropbox.com/s/q9stpe76oip69yn/loop_random_slider.capx
[Warning ~ it will hipnotize your eyes]
Develop games in your browser. Powerful, performant & highly capable.
It just aesthetic judgement whether extra information won't clutter entire game look.
Actually I had basic prototype that similar to what you want to achieve, but the player dash upward by repulsion againts falling beams and it is 2 virtual button mash:
dropbox.com/s/wirkbk5coee5rur/fall_Run.capx
Does lagged.com account different from lagged.app?
Build understanding of what you already have and compare it with another approach or alternatives. That way will open more possibilities towards the goal.