Search found 1 match
- Fri Sep 04, 2015 2:01 pm
- Forum: Software
- Topic: Detecting button press during scroll
- Replies: 1
- Views: 4518
Detecting button press during scroll
I'd like to create a program which scrolls some text (easy) and then, while the text is scrolling, if it detects a button press (harder), abandon the scrolling text and perform some other subroutine (I have in mind a very simple Tetris-like game where you line up falling dots to make solid lines). I...