[EMAIL PROTECTED] writes:
I don't have buttons, I have graphics.  Like a square or circle or polygon.
Any ideas?

I do this sort of thing all the time.  Every selection just DEselects all objects in 
the
group prior to selecting the clicked on object

on mouseUp
repeat with i = XX to YY
set the selected of object i to false
end repeat
set the selected of me to true
end mouseUp

HTH
mm


_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to