Search found 11 matches

by 44www
Tue May 13, 2014 8:14 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Sheep Herder
Replies: 17
Views: 11550

Re: Sheep Herder

Hello

This helps me alot. Thank you
by 44www
Mon May 12, 2014 6:52 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Sheep Herder
Replies: 17
Views: 11550

Re: Sheep Herder

Thank you , it helps me understand the layout of a stack. What I don't understandt is why does it matter < or >. You tell te program to check if the right of button ("sheep"&x) < or > then the right of this card but you put the then comand and say set the right of button ("sheep"&x) to the right of ...
by 44www
Mon May 12, 2014 5:09 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Sheep Herder
Replies: 17
Views: 11550

Re: Sheep Herder

Good news. The problem with the script is me :D . I was tired and didn't pay good atention to the tutorial and instead of > I placed a <...... :oops: Can someone explain this to me: if the top of button ("sheep"&x) < the top of this card then set the top of button ("sheep"&x) to the left of this car...
by 44www
Mon May 12, 2014 10:58 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Sheep Herder
Replies: 17
Views: 11550

Re: Sheep Herder

And there is a new problem.

The code that is presented in the tutorial does the opposite of what the tutorial says that it does :( .

I submitted a ticket , I hope they respond quickly........
by 44www
Sun May 11, 2014 1:29 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Sheep Herder
Replies: 17
Views: 11550

Re: Sheep Herder

Good news. I instaled 6.5 and put this script : Local sLevel on levelIncrease put empty into sLevel add 1 to sLevel sheepGenerate end levelIncrease on sheepGenerate lock screen repeat with x = 1 to sLevel repeat clone button templateSheep set the name of the last button to ("sheep"& x) set the loc o...
by 44www
Sun May 11, 2014 12:42 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Sheep Herder
Replies: 17
Views: 11550

Re: Sheep Herder

The strange part is that I olso received a video tutorial. And in the video tutorial he doesn't get this error......
by 44www
Sun May 11, 2014 12:39 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Sheep Herder
Replies: 17
Views: 11550

Re: Sheep Herder

No the problem is still there
by 44www
Sun May 11, 2014 12:27 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Sheep Herder
Replies: 17
Views: 11550

Re: Sheep Herder

The script that I put here was coppied from their pdf.... Great i paid for a lesson with errors in it. I thought about that too....
by 44www
Sun May 11, 2014 12:19 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Sheep Herder
Replies: 17
Views: 11550

Re: Sheep Herder

The code so far: local sLevel on levelIncrease put empty into sLevel add 10 to sLevel sheepGenerate end levelIncrease on sheepGenerate lock screen repeat with x=1 to sLevel repeat clone button templateSheep set the name of the last button to ("sheep"& x) set the loc of last button to random(320), ra...
by 44www
Sun May 11, 2014 12:08 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Sheep Herder
Replies: 17
Views: 11550

Re: Sheep Herder

Hello

I get the error here: if intersect (button("sheep"&x), graphic"pen","255") is false and intersect(button"sheep"&x),group"groupControls","0") is false then the problems seams to be in the red text.
I hope this helps you.
by 44www
Sun May 11, 2014 11:56 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Sheep Herder
Replies: 17
Views: 11550

Sheep Herder

Hello I am new to this forum and to livecode. I have no programing experience but livecode seamed easy to learn. I have bought the sheep herder tutorial from livecode Academy but i get this error: (intersect: two objects are required) near "&", char 83 I still get this error after i copy the code fr...