Search found 4 matches

by MCKALISTAIR
Sun Mar 01, 2015 9:39 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: .
Replies: 1
Views: 1510

.

Here's the situation. I have a text file on my desktop (Mac) and am reading it to a field on a card. The data that it reads consists of a name and a number separated by a dash ( for example, Dave - 100) I was wondering if there is a way I could sort the list so the highest number is at the top? Many...
by MCKALISTAIR
Thu Feb 19, 2015 5:50 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Going from stack to stack
Replies: 1
Views: 1556

Going from stack to stack

Heres the situation. I have two stacks, one called game and one called setup. I would like to have a button that goes from card 1 of the game stack to card 5 of the setup stack. Would somebody be able to help me?

Thanks
by MCKALISTAIR
Thu Jan 08, 2015 4:39 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: .
Replies: 4
Views: 2677

.

I'm a complete livecode begginer so the solution is probably something incredibly simple. What i'm trying to do is read some text from a text file on my desktop (MacBook Pro running Yosemite) into a text field by pressing a button. I have included a screenshot with some code i've been trying, the ca...
by MCKALISTAIR
Wed Dec 17, 2014 8:12 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: .
Replies: 1
Views: 1687

.

I'm making a simple game with a set of cards on the screen There is a image on the back of the card and it is blank on the front. When the user clicks on a card, it shows the image and hides the front. If the two cards mathc, the image stays and 1 is added to a score counter. If the cards do not mat...