Search found 15 matches

by NRobb2
Sun Mar 08, 2015 1:58 pm
Forum: Games
Topic: Snakes and ladders game
Replies: 27
Views: 24529

Re: Snakes and ladders game

It certainly did 8)
by NRobb2
Sun Mar 08, 2015 11:49 am
Forum: Games
Topic: Snakes and ladders game
Replies: 27
Views: 24529

Re: Snakes and ladders game

My program is more or less finished now, I just have a couple of things to change. Is there anyway that I can move from one procedure to another within a button? I know that you can get: If the result = cancel then exit to top or variations of that. I am looking for something like: If total_player1 ...
by NRobb2
Sun Feb 22, 2015 7:05 pm
Forum: Games
Topic: Snakes and ladders game
Replies: 27
Views: 24529

Re: Snakes and ladders game

how can I rotate an image in live code??
by NRobb2
Sun Feb 08, 2015 4:15 pm
Forum: Games
Topic: Snakes and ladders game
Replies: 27
Views: 24529

Re: Snakes and ladders game

That works brilliantly! Thanks for your help Klaus :D Much apreciated :D
by NRobb2
Sat Feb 07, 2015 5:54 pm
Forum: Games
Topic: Snakes and ladders game
Replies: 27
Views: 24529

Re: Snakes and ladders game

Ah thanks Klaus :D however, is there any way that I can have this new mainstack hidden until a 'Game Play' button is pressed? So that when the user loads the game up there will not be two stacks visible. I know how to hide the stacks when the user presses a button, but not when there is no specific ...
by NRobb2
Sat Feb 07, 2015 4:22 pm
Forum: Games
Topic: Snakes and ladders game
Replies: 27
Views: 24529

Re: Snakes and ladders game

Quick question about the rescaling of the card/stack. Am I able to fix the card to a specific size (a size different to all other cards in the stack) in LiveCode Community 7.0??. All cards currently appear as the same size which is an issue as on my title page there is now a large amount of blank sp...
by NRobb2
Thu Jan 29, 2015 11:01 am
Forum: Games
Topic: Snakes and ladders game
Replies: 27
Views: 24529

Re: Snakes and ladders game

Ah thanks spark :D That makes so much more sense now :D Our teacher is going over 2D arrays today, so will hopefully be able to continue with my project when i get in from school!
by NRobb2
Sun Jan 25, 2015 11:36 am
Forum: Games
Topic: Snakes and ladders game
Replies: 27
Views: 24529

Re: Snakes and ladders game

Basically I have created the board currently by using lots of image fields, and setting their location 1 by 1 in the code. However, I need to have used a 2D array somewhere in my project for it to be at Advanced Higher, and we have not yet been taught 2D arrays so I have very little ideas as to wher...
by NRobb2
Sun Jan 25, 2015 11:07 am
Forum: Games
Topic: Snakes and ladders game
Replies: 27
Views: 24529

Re: Snakes and ladders game

will I be able to use a 2D array to create my board in snakes and ladders??
by NRobb2
Sat Jan 17, 2015 9:29 pm
Forum: Games
Topic: Snakes and ladders game
Replies: 27
Views: 24529

Re: Snakes and ladders game

Thank you very much :D I know think I know what I am doing :oops:
by NRobb2
Wed Jan 07, 2015 3:12 pm
Forum: Games
Topic: Snakes and ladders game
Replies: 27
Views: 24529

Re: Snakes and ladders game

I am really stuck with the creation of this board :| any ideas that would be easy(to an extent) for me to use would be greatly appreciated :D also I know I am probably being stupid, but how do i have variables available throughout the whole program and not just within one button?? :oops:
by NRobb2
Wed Jan 07, 2015 1:50 pm
Forum: Games
Topic: Snakes and ladders game
Replies: 27
Views: 24529

Re: Snakes and ladders game

Wow thanks for all the ides guys :D I think I do recall animation now, you draw a line and set the image to follow it right?? or something like that! I do like the idea of the questions being involved as well, might add that in if I have enough time at the end!
by NRobb2
Tue Jan 06, 2015 2:12 pm
Forum: Games
Topic: Snakes and ladders game
Replies: 27
Views: 24529

Re: Snakes and ladders game

the high score table was going to be done on the number of moves made within the game for a player, ie, for each dice roll the players score will increase by 1. The lower the final score the better. I know its not the best but some form of file handling had to be included.
by NRobb2
Sun Jan 04, 2015 10:21 pm
Forum: Games
Topic: Snakes and ladders game
Replies: 27
Views: 24529

Re: Snakes and ladders game

Thanks for the quick response. So how would you suggest i create the actual board??
by NRobb2
Sun Jan 04, 2015 9:48 pm
Forum: Games
Topic: Snakes and ladders game
Replies: 27
Views: 24529

Snakes and ladders game

Hi guys, I'm currently in 5th year at school and doing advanced higher computing. For our project we have had to create a game, mines being snakes and ladders. :| I'm fine with getting the dice roll and stuff, but i am getting stuck with how to create the board/snakes/ladders and how to program it a...