|
Subject: [stella] reading the driving controllers, generic thoughts From: Glenn Saunders <cybpunks2@xxxxxxxxxxxxx> Date: Sun, 28 Oct 2001 23:12:32 -0800 |
RotatingLeft
1100
1101 *
1111
1110 *RotatingRight
1100
1110 *
1111
1101 *switch (previous_state)
case 1100
if (currentstate == 1101) then turning left
elseif (currentstate == 1110) then turning right
else EXIT
case 1101
if (currentstate == 1111) then turning left
elseif (currentstate == 1100) then turning right
else EXIT
case 1111
if (currentstate == 1101) then turning left
elseif (currentstate == 1110) then turning right
else EXIT
case 1110
if (currentstate == 1100) then turning left
elseif (currentstate == 1111) then turning right
else EXIT
defaultcase
EXIT
Glenn Saunders - Producer - Cyberpunks Entertainment Personal homepage: http://www.geocities.com/Hollywood/1698 Cyberpunks Entertainment: http://cyberpunks.uni.cc
- Archives (includes files) at http://www.biglist.com/lists/stella/archives/ Unsub & more at http://www.biglist.com/lists/stella/
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [stella] DD Driving Controller , Manuel Polik | Thread | Re: [stella] reading the driving co, Eckhard Stolberg |
| [stella] DD Driving Controller Rout, Glenn Saunders | Date | Re: [stella] DD Driving Controller , Thomas Jentzsch |
| Month |