Skipping a mark card
charles61
cszasz at mac.com
Thu Nov 4 11:16:36 EDT 2010
Jim,
Thanks! I will try your script little later today.
Charles Szasz
cszasz at mac.com
On Nov 4, 2010, at 10:38 AM, Jim Ault [via Runtime Revolution] wrote:
> (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, [hidden email] 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, [hidden email] writes:
> >
> >
> >>
> >> That is interesting! How would I script this using preOpenCard?
> >>
>
> Jim Ault
> Las Vegas
>
>
>
> _______________________________________________
> use-revolution mailing list
> [hidden email]
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>
>
> View message @ http://runtime-revolution.278305.n4.nabble.com/Skipping-a-mark-card-tp3025277p3027126.html
> To unsubscribe from Skipping a mark card, click here.
>
--
View this message in context: http://runtime-revolution.278305.n4.nabble.com/Skipping-a-mark-card-tp3025277p3027197.html
Sent from the Revolution - User mailing list archive at Nabble.com.
More information about the use-livecode
mailing list