Search found 12 matches

by AndrewWickliffe
Sun Jul 16, 2006 12:50 pm
Forum: Talking LiveCode
Topic: More scripting help needed... IF statements.
Replies: 6
Views: 7859

thanks
by AndrewWickliffe
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
by AndrewWickliffe
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...
by AndrewWickliffe
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...
by AndrewWickliffe
Tue Jul 11, 2006 8:50 pm
Forum: Talking LiveCode
Topic: Scripting help needed... switching layers?
Replies: 4
Views: 6056

great, thanks!
by AndrewWickliffe
Tue Jul 11, 2006 8:33 pm
Forum: Talking LiveCode
Topic: Scripting help needed... switching layers?
Replies: 4
Views: 6056

Thanks.

if I use the "get the layer" command, can I save that data so I can set another image to that layer?

get the layer of btn "myButton"
(new command here)
set the layer of btn "myNewButton" to (the result of that command)

Thanks again,
Andrew
by AndrewWickliffe
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
by AndrewWickliffe
Sat Jul 01, 2006 3:01 pm
Forum: Multimedia
Topic: Letting users control embedded video files?
Replies: 4
Views: 7632

Found out the solution....

I was importing referenced control files. Didn't work. When I drug over the quicktime player from the easy access toolbar (can't remember the right name), the control bar worked.
by AndrewWickliffe
Sat Jul 01, 2006 2:24 pm
Forum: Multimedia
Topic: Letting users control embedded video files?
Replies: 4
Views: 7632

The Quicktime controller doesn't work, so I guess I'll just go with the start stop.

Thanks for the fast response
by AndrewWickliffe
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
by AndrewWickliffe
Tue Jun 20, 2006 8:32 pm
Forum: Multimedia
Topic: Autostarting an embed video file?
Replies: 2
Views: 5888

Great, thanks!
by AndrewWickliffe
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