Search found 5 matches
- Sat May 10, 2014 10:27 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Newbie Problems - A Star and drawing
- Replies: 11
- Views: 16880
Re: Newbie Problems - A Star and drawing
okay, if im not able to create A* by myself i will have a look at his implementation, thanks 
- Sat May 10, 2014 9:29 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Newbie Problems - A Star and drawing
- Replies: 11
- Views: 16880
Re: Newbie Problems - A Star and drawing
okay that sounds pretty cool. Will definitly give it a try.
As ive said, i want to write the A* algorithm (path finding), so the purpose of the list i mentioned is to sort all possible fields (of the grid) with a so called heuristic. For example, if my grid is 3x3 and the start is at the buttom ...
As ive said, i want to write the A* algorithm (path finding), so the purpose of the list i mentioned is to sort all possible fields (of the grid) with a so called heuristic. For example, if my grid is 3x3 and the start is at the buttom ...
- Sat May 10, 2014 6:55 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Newbie Problems - A Star and drawing
- Replies: 11
- Views: 16880
Re: Newbie Problems - A Star and drawing
@Jacque
yes im using the drag command, but the dragspeed is already set to 0. Well i thought there is a faster way to draw things, and vector objects seem to be the answer.
so the only question is now: how to implement lists or how to work-around them to get A* to run properly. Im confused as ...
yes im using the drag command, but the dragspeed is already set to 0. Well i thought there is a faster way to draw things, and vector objects seem to be the answer.
so the only question is now: how to implement lists or how to work-around them to get A* to run properly. Im confused as ...
- Sat May 10, 2014 5:45 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Newbie Problems - A Star and drawing
- Replies: 11
- Views: 16880
Re: Newbie Problems - A Star and drawing
@FourthWorld
yeah well the thing is we need to write a System which helps regarding to some choices (so it does calculate things for you and gives you a hint which is/might be the best). We also need to use animations in our application - so im trying to find a good way of drawing things (and later ...
yeah well the thing is we need to write a System which helps regarding to some choices (so it does calculate things for you and gives you a hint which is/might be the best). We also need to use animations in our application - so im trying to find a good way of drawing things (and later ...
- Sat May 10, 2014 5:33 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Newbie Problems - A Star and drawing
- Replies: 11
- Views: 16880
Newbie Problems - A Star and drawing
Hello everyone.
I have a course at my university where we are encouraged to work with LiveCode.
So naturally, i just started with simple things - how to use global variables, how to change properties of thing and so on.
Now im at the point where i wanted to do something more "advanced". So i ...
I have a course at my university where we are encouraged to work with LiveCode.
So naturally, i just started with simple things - how to use global variables, how to change properties of thing and so on.
Now im at the point where i wanted to do something more "advanced". So i ...