Advanced Game Board Object:: Problem with gravity
I'm trying to use the advanced game board object for a game, but the gravity doesn't seem to be working. What is supposed to happen is the player clicks on a slot, and a token drops to the bottom. My problem is that when the player clicks on the slot, the token sits at the top and does not drop. Here are my conditions:
+User clicks with left button on Slot
-Create Token at (0,0) layer 1
-AGB (Advanced Game Board): Set brick at ID(Slot), 0 to type: 1
-AGB: Set fixed value of brick at ID(Slot), 0 to fixed Token
-AGB: Gravity: Drop bricks 7 slots down
-AGB: Position bricks to grid
I did some tests and it looks like the gravity action shifts the brick types, but leaves the fixed values in place. Thus, the bricks are not positioned to the grid correctly. Why is this happening? :cry:
EDIT: Never mind. It took me a while, but I solved this myself.