Search found 6 matches

by jnep95331
Mon Apr 27, 2015 4:15 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: I want to press a button and random generate one of 2 images
Replies: 14
Views: 9562

Re: I want to press a button and random generate one of 2 im

The problem is that I don't even know where to begin with the manual. There are only a limited number of functions that I need to accomplish with Livecode, most of which I have already figured out by asking targeted questions on forums, and then extrapolating based on the replies. It's far more effi...
by jnep95331
Mon Apr 27, 2015 1:29 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: I want to press a button and random generate one of 2 images
Replies: 14
Views: 9562

Re: I want to press a button and random generate one of 2 im

One step farther: let's say that when I press a button, I want 1 set of objects out of 100 possible sets to appear. Is there any way to lay out these sets of objects on separate cards, or do I have to stack all 100 sets on top of each other within the same card? If the latter is the case, editing se...
by jnep95331
Sun Apr 26, 2015 3:16 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: I want to press a button and random generate one of 2 images
Replies: 14
Views: 9562

Re: I want to press a button and random generate one of 2 im

Sorry - one more thing: let's say that instead of just image1 or image2 popping up with the button is pressed, I want two check marks to pop up along with those images. Screen Shot 2015-04-25 at 10.11.32 PM.png Is there a way to collectively name image1, check1, and check2 as one item, and image2, c...
by jnep95331
Sun Apr 26, 2015 2:56 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: I want to press a button and random generate one of 2 images
Replies: 14
Views: 9562

Re: I want to press a button and random generate one of 2 im

Thank you so much, both of you!

One question - when it puts random(2) in XYZ, what exactly is XYZ?

Thanks!
by jnep95331
Sat Apr 25, 2015 4:04 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: I want to press a button and random generate one of 2 images
Replies: 14
Views: 9562

I want to press a button and random generate one of 2 images

Hi Everyone, For learning purposes, let's say that I want to create an app whose home screen is just a button. When the button is pressed, one of two images is randomly generated (as illustrated in the screenshot). Screen Shot 2015-04-25 at 11.03.36 AM.png How would I code this? I don't mean to soun...