Search found 20 matches

by DougN
Sun Feb 14, 2010 7:30 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Tutorial Books
Replies: 23
Views: 14707

Re: Tutorial Books

I agree that the lack of structured learning curriculum is a problem for Rev. I was looking at learning some Flash / ActionScript this last week, and there are all manner of courses dedicated to this -- online videos for free on Adobe's site, good stuff on lynda.com -- all structured from a beginner...
by DougN
Sun Feb 14, 2010 4:10 am
Forum: Multimedia
Topic: Need a message that a player is finished
Replies: 7
Views: 6313

Re: Need a message that a player is finished

Klaus, thanks for the tip. Here's what I implemented, which works for me: start player "9-1" wait until (the currenttime of player "9-1" = the duration of player "9-1") is true And BvG, thanks for your interface comment about it being rude to block the user. I added a visual indicator by disabling t...
by DougN
Fri Feb 12, 2010 9:01 pm
Forum: Multimedia
Topic: Need a message that a player is finished
Replies: 7
Views: 6313

Re: Need a message that a player is finished

This may be related to what I'm trying to do, so I'm posting here as a continuation of this thread. I'm using Player objects to play audio on a card. The player is hidden, and play is started with a button on the card. I don't want the user to be able to click on other buttons until the Player has f...
by DougN
Fri Feb 12, 2010 5:24 pm
Forum: Multimedia
Topic: Using player objects in IDE and Standalone
Replies: 2
Views: 2900

Re: Using player objects in IDE and Standalone

Dixie, Thank you for the quick reply! Incorporating the code you provided, I was able to manually enter relative references to load sounds into Player objects in the IDE, and have them play in the IDE. When I went to make the standalone, I commented out the code, saved the stack, and built the stand...
by DougN
Fri Feb 12, 2010 10:32 am
Forum: Multimedia
Topic: Using player objects in IDE and Standalone
Replies: 2
Views: 2900

Using player objects in IDE and Standalone

Hi, I'm trying to use Player Objects to play simple .mov sound files. I want to play them while I'm designing, working in the IDE, and then, when I create a standalone, I want them to play there. I'm not having luck with this. If I use the "Browse..." function to relate the player to the sound file,...

Go to advanced search