Search found 5 matches
- Mon Jan 04, 2016 4:54 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Need Random, Non-repeating Images script
- Replies: 14
- Views: 5603
Re: Need Random, Non-repeating Images script
lol no! he didn't irritate me. I just saw his reply. Once I get back to my pc this afternoon I'll test the original instructions. I don't know why I omitted the repeat statement. And once I get that working, I'll just need to know how to show the referenced image. Thanks everyone for your help.
- Sun Jan 03, 2016 7:50 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Need Random, Non-repeating Images script
- Replies: 14
- Views: 5603
Re: Need Random, Non-repeating Images script
Here is the code that I'm using, it works for just lines of text: on mouseUp if field 3 = "" then put field 1 into field 3 put fld 3 into rawData put "" into fld 2 get random (the number of lines of rawData) put line it of rawData & return after field 2 delete line it of rawData end mouseUp I've tri...
- Fri Jan 01, 2016 10:33 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Need Random, Non-repeating Images script
- Replies: 14
- Views: 5603
Re: Need Random, Non-repeating Images script
I've gotten the script to work with general text data. But when I attempted to use an image reference, I cant get the image to display. It only displays the text image path information. I believe I'm missing a piece of data to make the script display the referenced path as an image.
- Sun Dec 20, 2015 12:01 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Need Random, Non-repeating Images script
- Replies: 14
- Views: 5603
Re: Need Random, Non-repeating Images script
Ok, I will try this now. Thank you.
- Sat Dec 19, 2015 10:14 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Need Random, Non-repeating Images script
- Replies: 14
- Views: 5603
Need Random, Non-repeating Images script
Hello everyone, I need a script for randomly selecting a single image out of a certain number images that will be hidden on a card and display it. The script also needs to not repeat an image until all images have cycled through. This script will be on "opencard" so each time the card gets opened it...