Search found 12 matches
- Sun Jul 16, 2006 12:50 pm
- Forum: Talking LiveCode
- Topic: More scripting help needed... IF statements.
- Replies: 6
- Views: 7859
- Sun Jul 16, 2006 3:30 am
- Forum: Talking LiveCode
- Topic: More scripting help needed... IF statements.
- Replies: 6
- Views: 7859
Why doesn't this work.... :(
I've succcessfully gotten the entrySelection filled... but I can't get it to work with this:
on openCard
if entrySelection contains "Submit1" then
set the layer of image "Entry1" to top
else
play videoClip "Task 1 Ask 1"
end if
end openCard
always plays the video.
TIA
on openCard
if entrySelection contains "Submit1" then
set the layer of image "Entry1" to top
else
play videoClip "Task 1 Ask 1"
end if
end openCard
always plays the video.
TIA
- Fri Jul 14, 2006 6:49 pm
- Forum: Multimedia
- Topic: stopping videoclip stack objects?
- Replies: 5
- Views: 8522
stopping videoclip stack objects?
I just discovered the videoClip stack objects, which I can get to start playing, but can't find a way to make them stop... Is there one? I can't have just regular videoclip references because I need them to appear and disappear, which I can't get working with references (regardless of layer the vide...
- Tue Jul 11, 2006 11:11 pm
- Forum: Talking LiveCode
- Topic: More scripting help needed... IF statements.
- Replies: 6
- Views: 7859
More scripting help needed... IF statements.
I'm trying to get store something in the temp memory and use it to control where a jump goes. On a button, I've got on mouseUp put "Entry1" into entrySelection end mouseUp then on another button, the jump button, I've got this: on mouseUp if entrySelection contains "Entry1" then go to card 1 else if...
- Tue Jul 11, 2006 8:50 pm
- Forum: Talking LiveCode
- Topic: Scripting help needed... switching layers?
- Replies: 4
- Views: 6056
- Tue Jul 11, 2006 8:33 pm
- Forum: Talking LiveCode
- Topic: Scripting help needed... switching layers?
- Replies: 4
- Views: 6056
- Tue Jul 11, 2006 7:51 pm
- Forum: Talking LiveCode
- Topic: Scripting help needed... switching layers?
- Replies: 4
- Views: 6056
Scripting help needed... switching layers?
Is it possible to get the layer # of an object and use it in scripting.
Or, simplier, is it possible to switch the layers of a couple objects?
TIA
Or, simplier, is it possible to switch the layers of a couple objects?
TIA
- Sat Jul 01, 2006 3:01 pm
- Forum: Multimedia
- Topic: Letting users control embedded video files?
- Replies: 4
- Views: 7632
- Sat Jul 01, 2006 2:24 pm
- Forum: Multimedia
- Topic: Letting users control embedded video files?
- Replies: 4
- Views: 7632
- Sat Jul 01, 2006 2:16 pm
- Forum: Multimedia
- Topic: Letting users control embedded video files?
- Replies: 4
- Views: 7632
Letting users control embedded video files?
Is there anyway to do this? I can pause and start them while editting, but when I test it in Media or Player, I can't control the video....
TIA
TIA
- Tue Jun 20, 2006 8:32 pm
- Forum: Multimedia
- Topic: Autostarting an embed video file?
- Replies: 2
- Views: 5888
- Tue Jun 20, 2006 8:12 pm
- Forum: Multimedia
- Topic: Autostarting an embed video file?
- Replies: 2
- Views: 5888
Autostarting an embed video file?
Hello,
Can anyone tell me how to script a video file to start when the card appears?
Thanks
Can anyone tell me how to script a video file to start when the card appears?
Thanks