I've created an abbreviated project to demonstrate a problem I'm having with random movement.
This project is called Random-Movement.c3p.
There's one PLAYER object that moves right or left across the top row of a grid.
There are 4 Killer objects placed in the lower right area of the grid.
Every time the PLAYER moves, I want the 4 KILLER objects to move either UP or LEFT, depending on the result of a "random(2)" outcome.
The problem I'm having is that the KILLER objects ARE randomly moving UP or LEFT, but ALL 4 KILLER objects are moving in unison, rather than independently. I would like them to move independently (some of them UP and some of them LEFT).
I can't figure out how to attach my whole project here. For now I just copy/pasted an image of the Event Sheet:
I think I found how to share the project. Here's the shareable link:
drive.google.com/file/d/1FXkFb33mjPvJk89wTLOBZCK6ViNzZqBK/view