Scripting problem
Posted: Fri Jul 18, 2014 6:19 pm
I am on lesson 2 of the beginner sheepherder app. I had followed the video but got an error on the script. I thought that it was my error. Then I copy/pasted from the downloaded lessons this portion of the script:
This is a direct copy/paste. When I hit the Apply button there is this error:
Second, for the portion
Third, what does the 0 refer to in
Linda
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