(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, [email protected] 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, [email protected] writes:



That is interesting! How would I script this using preOpenCard?


Jim Ault
Las Vegas



_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to