Search found 7 matches
- Fri Sep 25, 2009 8:33 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Rename labelsbuttons
- Replies: 1
- Views: 2403
Rename labelsbuttons
Hi everyone. I am trying to relabel buttons on a card without relabeling each button individually. The find/replace feature doesn't seem to identify the label of a button (or maybe I just don't know how to search! :O) Is there a line of code I could use in the message box to relabel all of the butto...
- Wed Jul 22, 2009 6:18 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Copying multiple cards to the same stack
- Replies: 2
- Views: 2871
- Wed Jul 22, 2009 4:46 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Copying multiple cards to the same stack
- Replies: 2
- Views: 2871
Copying multiple cards to the same stack
Hi all.
Is there an easy way to copy/paste several cards within a stack? I want to copy cards 1-20 to the end of my stack, but don't want to do this by copying one card at a time. I imagine I will need to use the message box, but am not sure what the code should look like.
Thanks!
Jason
Is there an easy way to copy/paste several cards within a stack? I want to copy cards 1-20 to the end of my stack, but don't want to do this by copying one card at a time. I imagine I will need to use the message box, but am not sure what the code should look like.
Thanks!
Jason
- Mon Jun 08, 2009 5:33 pm
- Forum: Off-Topic
- Topic: Will pay for programmer
- Replies: 3
- Views: 4680
Will pay for programmer
Hello, I've developed some basic stacks (prototypes) for a program I am creating for my dissertation research. Its a drilling (i.e. practice) software for children with autism. I have had some other professional obligations that are forcing this to the back burner, but I need it to be finished soon....
- Mon Apr 27, 2009 4:30 pm
- Forum: Multimedia
- Topic: Timing in a basic game
- Replies: 3
- Views: 4806
Timing in a basic game
Lovely!
Thanks for the tips. I knew there had to be a easier way than what I was doing (using several "if, then" scripts.
Cheers!
Jason
Thanks for the tips. I knew there had to be a easier way than what I was doing (using several "if, then" scripts.
Cheers!
Jason
- Sat Apr 25, 2009 12:19 am
- Forum: Multimedia
- Topic: Timing in a basic game
- Replies: 3
- Views: 4806
Timing in a basic game
Hello. I'm creating a basic educational game with music, sound effects, visual effects and a automatic timer. I would like the user to manipulate objects on the screen to produce sound/visual effects while a player plays music. I want the stack to advance the use to the next card after a specified p...
- Wed Mar 25, 2009 7:49 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Simultaneous embedded audioclips
- Replies: 2
- Views: 4369
Simultaneous embedded audioclips
I am new to RunRev (and programming in general) and am attempting to create a basic game that I will include in a larger application. My problem: I want background music (an imported auidoclip "~.wav") to play WHILE the user clicks on various icons that provide audio feedback from a different import...