Skipping a mark card

Jim Ault jimaultwins at yahoo.com
Thu Nov 4 10:37:55 EDT 2010


(untested, but might work)

In the stack script

on preopencard
    if the number of marked cards is the number of cards then
      answer "All cards are marked"
    else
       if the marked of this card is true then go next card
    end if
end preopencard


On Nov 4, 2010, at 7:27 AM, DunbarX at aol.com wrote:

> Charles:
>
> Just one possible way:
>
> on preOpenCard
>   if the yourSpecialProperty of this stack is "skip" then go next  
> marked
> card
> end preOpenCard
>
> You would create the custom property for the stack, and set it to  
> "skip" or
> empty depending on what you want to do.
>
> Craig
> In a message dated 11/4/10 10:09:32 AM, cszasz at mac.com writes:
>
>
>>
>> That is interesting! How would I script this using preOpenCard?
>>

Jim Ault
Las Vegas






More information about the use-livecode mailing list