Programming a Conveyor Belt...
Hi,
I'd like to make a conveyor belt type platform for my game. I know how to make moving platforms but it seems like a conveyor should be programmed onto the player character, not the platform. Here is what I'm thinking, is this close?
1. Create an actor with the tag conveyor.
2. Animate the graphics with the animation behavior.
3. Add a behavior to the player actor saying when it collides with a player with the tag conveyor move.
What I'm not sure of is the very last step, how do you program the character to automatically slide to the left or right, and how do you control the speed at which they slide? Will each conveyor have a bunch of customizing of attributes?
Thanks.
Rich
I'd like to make a conveyor belt type platform for my game. I know how to make moving platforms but it seems like a conveyor should be programmed onto the player character, not the platform. Here is what I'm thinking, is this close?
1. Create an actor with the tag conveyor.
2. Animate the graphics with the animation behavior.
3. Add a behavior to the player actor saying when it collides with a player with the tag conveyor move.
What I'm not sure of is the very last step, how do you program the character to automatically slide to the left or right, and how do you control the speed at which they slide? Will each conveyor have a bunch of customizing of attributes?
Thanks.
Rich