[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Newbie needs help, what's the most efficient (or easiest) way to do this?



Sorry for spamming your email inboxes so much guys... I'm bad at this
whole email list thing... I'm better with forums, because I can edit
messages I post and stuff. Eh... Sorry.

Anyway, now I want the Textsprite class to not accept input while the
K_TAB button is pressed.

What would I have to code in this situation? I know that the program,
upon pressing TAB, should not negatively effect score (I've already
coded that part) but I don't know how to get it to actually stop
advancing the pointer as long as the TAB button is held down. I think
its because the advice I got was for an older version of pygame and
its not working.