MrDEB
Well-Known Member
Before I get this all screwed up, I need to compare button presses.
Have 5 lighted tactile switches that are lit in random order.
then
the player must depress the switches in same order.
was thinking of using string compare but is it the preferred method? contemplated turn on Led1 then see if the corresponding switch is pressed. Very similar to the game Simon.
Library - String
Have 5 lighted tactile switches that are lit in random order.
then
the player must depress the switches in same order.
was thinking of using string compare but is it the preferred method? contemplated turn on Led1 then see if the corresponding switch is pressed. Very similar to the game Simon.
Library - String
function Compare (pStrA, pStrB as string) as shortint |