AW: newbie video player questions
d
nieuwsgroeps at wanadoo.nl
Fri Jun 8 10:00:41 EDT 2007
thanks eric,
I'll try and figure it all out. still learning what handlers and tag
marks and all that stuff are but I am learning as I go.
best regards
eddie d
> Hi Eddie,
>
>> if time is < 12 go stack morning
>
> Actually it is what it makes :-)
> You need a reference: this one is given by converting the short
> date to seconds.
> What is nice is that conversion gives you the seconds at 0:00 then
> you are firmly anchored :-)
>
> As Tiemo told you, you are not obliged to have three substacks,
> closing and opening them but may be only three cards in one substack.
> As for the rest, take care I used pseudo code between tag marks:
> you have to write there real code.
> As for where to put this handler: in your main stack script for
> instance and you'll add:
>
> on openStack
> if the long name of me = the long name of this stack then
> DisplayRightStack --
> end openStack
>
> This condition will ensure that the handler will not run when a
> substack is open.
>
> Le 8 juin 07 à 15:26, eddie d a écrit :
More information about the use-livecode
mailing list