Search found 5 matches

by oneup
Tue Jun 16, 2015 9:45 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Close answer window
Replies: 1
Views: 1637

Close answer window

Hi, Is there a command which closes automaticly any open answer window. I have a game where it shows the endscore when the player loses. He has to press space to start all over again but he has to press it twice because of the answer window. Now i want to implement a code into my space button that i...
by oneup
Mon Jun 15, 2015 1:35 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Change Position of many images
Replies: 2
Views: 2090

Re: Change Position of many images

Hey it worked great thanks
by oneup
Mon Jun 15, 2015 1:23 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Change Position of many images
Replies: 2
Views: 2090

Change Position of many images

Hi,

I have 52 Images and i need to adjust their position on my Card.
All of them need to be on the same position but i dont want to change position of every single one of them by hand.
Is there a way of copying the propeties of one and use them for all of the other images?
by oneup
Thu Jun 11, 2015 1:12 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: shuffle an Array
Replies: 6
Views: 3941

Re: shuffle an Array

Hey Klaus, first of, thanks for the nice and friendly welcome. I should've mentioned that i want to use every KEY of the Array once and only once. e.g.: first time i Press - 3 second time - 10 third time - 1 fourth - 8 ... and so on No number shall be used twice. Would it still work with the example...
by oneup
Thu Jun 11, 2015 11:39 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: shuffle an Array
Replies: 6
Views: 3941

shuffle an Array

Hi, I have an array filled with the numbers 1-10 Now i want to shuffle those numbers every time i press a specific button. i'm a beginner and i need a very clear explanation. Thats my code so far: on mouseUp put 0 into field "Score" enable button count repeat with x= 1 to 10 put x into tArray[x] end...