Code: Select all
if intersect (button("sheep"&x), graphic"pen","255") is false and intersect(button"sheep"&x),group"groupControls","0") is false then exit repeat
end if
First, what is causing the error?card id 1002: compilation error at line 17 (intersect: two objects are required) near "&", char 92
Second, for the portion
what does the 255 refer to andgraphic"pen","255"
Third, what does the 0 refer to in
Thank you,group"groupControls","0"
Linda