Hello
This helps me alot. Thank you
Search found 11 matches
- Tue May 13, 2014 8:14 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Sheep Herder
- Replies: 17
- Views: 14416
- Mon May 12, 2014 6:52 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Sheep Herder
- Replies: 17
- Views: 14416
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 ...
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 ...
- Mon May 12, 2014 5:09 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Sheep Herder
- Replies: 17
- Views: 14416
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 ...
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 ...
- Mon May 12, 2014 10:58 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Sheep Herder
- Replies: 17
- Views: 14416
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........
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........
- Sun May 11, 2014 1:29 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Sheep Herder
- Replies: 17
- Views: 14416
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 ...
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 ...
- Sun May 11, 2014 12:42 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Sheep Herder
- Replies: 17
- Views: 14416
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......
- Sun May 11, 2014 12:39 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Sheep Herder
- Replies: 17
- Views: 14416
Re: Sheep Herder
No the problem is still there
- Sun May 11, 2014 12:27 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Sheep Herder
- Replies: 17
- Views: 14416
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....
- Sun May 11, 2014 12:19 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Sheep Herder
- Replies: 17
- Views: 14416
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 ...
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 ...
- Sun May 11, 2014 12:08 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Sheep Herder
- Replies: 17
- Views: 14416
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.
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.
- Sun May 11, 2014 11:56 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Sheep Herder
- Replies: 17
- Views: 14416
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 ...
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 ...