Search found 12 matches

by Akatz
Mon Dec 19, 2011 1:25 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Scoring System
Replies: 9
Views: 5993

Re: Scoring System

Sorry but I need help once again. For my project, I need to be able to read and write from a file that has been created that includes the username and highscores of previous players and this has to be put into a table. I seriously don't know how to tackle this and I've checked the forums to no avail...
by Akatz
Mon Dec 12, 2011 1:11 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Scoring System
Replies: 9
Views: 5993

Re: Scoring System

Sorry, been busy lately so only got round to doing it now. It works so thank you very much for the help :)
by Akatz
Mon Dec 05, 2011 1:42 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Scoring System
Replies: 9
Views: 5993

Re: Scoring System

I have it in the actual output box so I think this is where the problem lies? It should actually be within the card itself and it'll activate when it goes onto the card via the openCard handler?
by Akatz
Mon Dec 05, 2011 1:33 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Scoring System
Replies: 9
Views: 5993

Re: Scoring System

Sorry, I actually do have the code as go to card "Picture 2" but differently for each picture and I thought I'd just delete the end but deleted too much :p Once again sorry for not specifying the details, in a bit of a rush. I want the display highscore to show once I go onto the 'End Menu' card whi...
by Akatz
Mon Dec 05, 2011 1:07 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Scoring System
Replies: 9
Views: 5993

Scoring System

For my game, the user has to click on a image to gain a score. Currently I have the code : global highscore on mouseUp add 1 to highscore go to card " end mouseUp on each of them and for my start button, I have set it to input 0 into the variable highscore and globalized it. For my output, I have : ...
by Akatz
Fri Nov 25, 2011 10:10 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Send message to stack
Replies: 8
Views: 6335

Re: Send message to stack

Sorry when I say I want the code, I mean help with the code as I am not 100% famaliar with Live Code. I'll try creating new cards to see if the lives appear on the new cards, thanks
by Akatz
Thu Nov 24, 2011 4:24 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Send message to stack
Replies: 8
Views: 6335

Re: Send message to stack

I've changed all my substacks into cards now. I've got all 3 life images in a group called 'Lives' and I set it to the behave like background but it doesn't carry over to other cards? Also, can you help me with the code that'll deduct a life moving it to the next card? Thanks
by Akatz
Thu Nov 24, 2011 11:40 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Send message to stack
Replies: 8
Views: 6335

Re: Send message to stack

I think I'll change from using stacks to cards now.
Yes I do have all 3 images of the lives grouped as "Lives" so can you please help me more on the carrying on lives from 1 card to another? Thanks
by Akatz
Thu Nov 17, 2011 1:07 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Send message to stack
Replies: 8
Views: 6335

Re: Send message to stack

My bad, was rushing it in school and didn't bother reading it over. So as you know, I'm making a Spot the Difference game and if they click the difference, the next stack will be activated. Each set of picture will have a forfeit button that will go to the next stack and will also take away a life f...
by Akatz
Thu Nov 17, 2011 10:49 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Send message to stack
Replies: 8
Views: 6335

Send message to stack

Continuing from the last post I made, I am currently implementing a life feature into my game. For the whole game of Spot the Difference, you have 3 lives and I currently have this code on the first level : on mouseUp if the visible of image "Life 3" = true then set the visible of image "Life 3" to ...
by Akatz
Thu Nov 03, 2011 11:32 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Substack
Replies: 7
Views: 5918

Re: Substack

Thanks a lot for the help :)
by Akatz
Mon Oct 31, 2011 1:39 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Substack
Replies: 7
Views: 5918

Substack

Hi, I am creating a Spot the Difference game for my school project and I'm wondering is it possible to go from the main stack to substacks via buttons? For example, on the main stack there is a play button which when clicked, would go to a specific substack and so on. Thank you