I'm playing a volleyball tournament recently and was thinking of setting up the lineup for our starters. Since there are rotations in volleyball games, I was wondering if there's an easier way to press a "toggle button" (except I have 6 different statuses instead of 2) and a clock-wise rotation occurs. So basically, I have 6 names in the following cells.
[TABLE="width: 50"]
<tbody>[TR]
[TD]DD
[/TD]
[TD]EE
[/TD]
[TD]FF
[/TD]
[/TR]
[TR]
[TD]CC
[/TD]
[TD]BB
[/TD]
[TD]AA
[/TD]
[/TR]
</tbody>[/TABLE]
After press a button, the following status should appear:
[TABLE="width: 50"]
<tbody>[TR]
[TD]CC
[/TD]
[TD]DD
[/TD]
[TD]EE
[/TD]
[/TR]
[TR]
[TD]BB
[/TD]
[TD]AA
[/TD]
[TD]FF
[/TD]
[/TR]
</tbody>[/TABLE]
And so on. And after pressing the button 6 times, it should go back to the orignial status.
Thought it should be an interesting topic and will appreciate any help provided.
FZ
[TABLE="width: 50"]
<tbody>[TR]
[TD]DD
[/TD]
[TD]EE
[/TD]
[TD]FF
[/TD]
[/TR]
[TR]
[TD]CC
[/TD]
[TD]BB
[/TD]
[TD]AA
[/TD]
[/TR]
</tbody>[/TABLE]
After press a button, the following status should appear:
[TABLE="width: 50"]
<tbody>[TR]
[TD]CC
[/TD]
[TD]DD
[/TD]
[TD]EE
[/TD]
[/TR]
[TR]
[TD]BB
[/TD]
[TD]AA
[/TD]
[TD]FF
[/TD]
[/TR]
</tbody>[/TABLE]
And so on. And after pressing the button 6 times, it should go back to the orignial status.
Thought it should be an interesting topic and will appreciate any help provided.
FZ