On Fri, 2008-07-18 at 19:03 -0400, Jack Smith wrote:

> How do I get multiple actors on the screen to detect
> when they've been clicked?

You need to set the 'reactive' property on the actor. I don't exactly
know how to do this with Python, but at a guess it's probably something
like:

  rect.set_reactive(True)

- Neil

-- 
To unsubscribe send a mail to [EMAIL PROTECTED]

Reply via email to