I need help with my game....
liao_chi_fu
Member Posts: 13
Hi, guys
I am building a board game and I have been dealing the game system for the past few days....
In the game, I have 4 objects at 4 different fixed positions. The basic concept is when I press the button,
- The object at position 1 will disappear while the object at position 2 will move to position 1
- Object at p3 will move to p2
- Object at p4 will move to p3
- One of 4 objects will be chosen randomly and appear at position 4.
So, when I press button again, every object will follow the rule and move to the following position.
Does anybody know how to do these? Please help me!! THANK YOU
I am building a board game and I have been dealing the game system for the past few days....
In the game, I have 4 objects at 4 different fixed positions. The basic concept is when I press the button,
- The object at position 1 will disappear while the object at position 2 will move to position 1
- Object at p3 will move to p2
- Object at p4 will move to p3
- One of 4 objects will be chosen randomly and appear at position 4.
So, when I press button again, every object will follow the rule and move to the following position.
Does anybody know how to do these? Please help me!! THANK YOU
Comments