I use a simpler, sloppier technique:

global someglobal
someglobal = 0
sendallsprites #GetCheckboxValues, "myCheckboxGroupID"

and in the sprites:

on GetCheckboxValues me, groupID
global someglobal
if groupID = pThisGroupID and someglobal then someglobal = someglobal + pMyValue
end



[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]

Reply via email to