A Question About "Bumps" - utopiangames
aalzanki
Member Posts: 283
Hi,
I'm trying to make a level editor in my game. But, that's what happen.
http://gamesalad.com/game/play/78642
The actors get above each other.
I saw that it's done in bumps. When you have two bumps and a bump is above the other bump, the bumps wont get above each other.
Please help
Regards,
aalzanki
I'm trying to make a level editor in my game. But, that's what happen.
http://gamesalad.com/game/play/78642
The actors get above each other.
I saw that it's done in bumps. When you have two bumps and a bump is above the other bump, the bumps wont get above each other.
Please help
Regards,
aalzanki
Comments
And;
*Add to "gray";
-collide with "blue"
-collide with "red"
*Add to "blue";
-collide with "gray"
-collide with "red"
*Add to "red";
-collide with "gray"
-collide with "blue"
That should work.
Then a rule to check if all other Bumps are set to False before it lets you move Blue.
Hope this is what your after.
Darren.
Regards,
Aalzanki
Darren.
so under the actor create a boolean and name it movingBlue..
my problem is how to check if the others are false?
also do you still need the collide rules?
Thanks!