Search found 7 matches

by Natalie
Wed May 02, 2012 3:38 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Reusing buttons from another card
Replies: 9
Views: 7351

Re: Reusing buttons from another card

Oops, I just figured out that I don't really want to copy the buttons. I want the graphics on the button, the icon. So I found the icon, and set it to the button on the new card. I think I'm starting to get the hang of how LiveCode works.

Thanks,
=Natalie
by Natalie
Wed May 02, 2012 2:22 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Reusing buttons from another card
Replies: 9
Views: 7351

Re: Reusing buttons from another card

Hi Craig,
I actually have 4 cards, with 4 buttons each. I would like the new card to be able to display one button from each of the groups. I haven't figured out how to make a group of groups. How would I do that?

Thanks,
=Natalie
by Natalie
Tue May 01, 2012 9:59 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Reusing buttons from another card
Replies: 9
Views: 7351

Re: Reusing buttons from another card

Thanks, Steve and Dave. I hope the memory usage will be smaller, by copying, and that it won't duplicate the graphics into the new card. That was my main concern.

=Natalie
by Natalie
Tue May 01, 2012 5:32 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Reusing buttons from another card
Replies: 9
Views: 7351

Reusing buttons from another card

Hello,
I have some buttons that were created on different cards, and I want to reuse them on a new card. Is there any way I can get them to be recognized from the new card?

Thanks,
=Natalie
by Natalie
Tue May 01, 2012 1:18 am
Forum: iOS Deployment
Topic: "next"
Replies: 3
Views: 2706

Re: "next"

Thanks, Mark. The sound 3-ivy.wav is a good file. It plays fine, when I'm not using "next". I implemented your code, and it works. But your solution doesn't really address how to use the "next" parameter properly. Is this a bug? Am I using the call improperly? According to the Dictionary, this is su...
by Natalie
Mon Apr 30, 2012 6:37 pm
Forum: iOS Deployment
Topic: "next"
Replies: 3
Views: 2706

"next"

Hello, I want to play 4 sounds right after one another. I have this code: put (specialFolderPath("engine")) into tPath put "/1-ivy.wav" into tfile play audioClip tPath & tFile wait until the sound is done put tPath & "/2-ivy.wav" into tFile mobilePlaySoundOnChannel tFile, "two", "now" put tPath & "/...
by Natalie
Sat Apr 28, 2012 12:27 am
Forum: iOS Deployment
Topic: mobilePlaySoundOnChannel
Replies: 2
Views: 2353

mobilePlaySoundOnChannel

Hello, I am following the lesson called "Using multi-channel audio on mobile". I ran into 2 problems. 1) Using (specialFolderPath("engine") & "/soundName.wav" is indeed required, to work on my iPad. But I when I run it from LiveCode, it doesn't work. So I created what I thought I needed, "blind", wi...