Hello, I have a game logic problem that block me from month :
Scenario :
INITIALISATION : Each cube have bullet behavior disabled.
PROCESS : Every 5 seconds :
An random variable is created with int value (column)
A cube is spawned at a given position depending on the random int value
His bullet behavior is enabled so the cube can fall
At a given position depending on the column the cube bullet behavior is disabled.
Here is the problem. How I can do this ?
Here the current event sheet (a triangle is used, not a cube) :