Search found 9 matches
SWF FILES
Hi Runrev friends, I've got a question... I've got several .swf standalone applications (xxx.app) saved on my hard disk. I'm wondering if it's possible, with livecode, to create an application that could assembly all these files, in order to have the access to different games through only one interf...
- Mon Nov 12, 2012 10:57 pm
- Forum: Games
- Topic: SCRAMBLED IMAGES
- Replies: 16
- Views: 17061
Re: SCRAMBLED IMAGES
Mark wrote:Congrats with the good result. It looks very cheerfulGood luck finishing the game.
Mark
THANKSSS

- Mon Nov 12, 2012 10:16 pm
- Forum: Games
- Topic: SCRAMBLED IMAGES
- Replies: 16
- Views: 17061
Re: SCRAMBLED IMAGES
Hi Mark, finally it works!! mark.jpg I've put in the card script this handler on preOpenCard repeat with x = 1 to number of images of cd "clowni" of stack "Cards Game" put the id of img x of cd "clowni" of stack "Cards Game" & cr after myList end repeat Where "clowni" is a card in the stack "Card Ga...
- Mon Nov 12, 2012 5:10 pm
- Forum: Games
- Topic: SCRAMBLED IMAGES
- Replies: 16
- Views: 17061
Re: SCRAMBLED IMAGES
The list is put into the message box before it is sorted. Switch those two lines and you will see the randomized list. I was able to randomize lines only putting them into a field. Now I can see how all the lines (with their long ID) can scramble - Good :lol: What exactly do you mean with "change a...
- Mon Nov 12, 2012 12:10 am
- Forum: Games
- Topic: SCRAMBLED IMAGES
- Replies: 16
- Views: 17061
Re: SCRAMBLED IMAGES
Thank you Mark, I've already seen and corrected but the script doesn't run. The script returns all the long id of images in a list that I see in the message box but the buttons "grid_x" don't change aspect and the list seems to be always the same, without randomize the position :cry: . Have you rece...
- Sun Nov 11, 2012 9:05 pm
- Forum: Games
- Topic: SCRAMBLED IMAGES
- Replies: 16
- Views: 17061
THANK YOU MARK
I would to thank you for your kind collaboration. 

- Sat Nov 10, 2012 4:25 pm
- Forum: Games
- Topic: SCRAMBLED IMAGES
- Replies: 16
- Views: 17061
Re: SCRAMBLED IMAGES
I think you're trying to go too fast. :lol: It's true but I need to develop game for my pupils at school and time goes by quickly Which ID did you change exactly? Where did you change this? If I create an image and change the image to a really large number, LiveCode says something like "not an integ...
- Fri Nov 09, 2012 11:11 pm
- Forum: Games
- Topic: SCRAMBLED IMAGES
- Replies: 16
- Views: 17061
Re: SCRAMBLED IMAGES
Dear Mark, I've tried your suggestions but nothing appears on my screen. I've created a substack called IMAGES and I've changed ID as you suggested. 101001 was too big (told me the software), so I've tried with 10001 and so on until 10012. Then I've put a mouseUp handler on with your script. I've tr...
- Fri Nov 09, 2012 2:25 pm
- Forum: Games
- Topic: SCRAMBLED IMAGES
- Replies: 16
- Views: 17061
SCRAMBLED IMAGES
Help me, please... I'm creating a game (a special game as "guess who") and I need to have some images (12) that appear randomly at the open page, changing their position (4 x 3 board). Furthermore I need to have one copy of other images that appear randomly in the right-bottom of the page. I don't k...