Page 1 of 1

switches

Posted: Tue Oct 20, 2009 2:00 pm
by stevel
hi can i have help on my flow chart switch 0 and 1 work ok they stay on forever but switch 2 only works when held down how can i make switch 2 work as same as switch 0 and 1. flow code file sent with this.

Re: switches

Posted: Tue Oct 20, 2009 3:12 pm
by fresh
you have a wrong variable to count up.
you have: count2 = count + 2
you must have count2 = count2 + 2