Hi Fritz,

the problem is in the way you cut and pastethe cards to the new stack. It is likely that there is more than one card with the same ID in the stack the cards are copied to. This causes the hiccup and the standalone can not be saved. Check in the inspector...

You might try this to copy your cards:

on mouseUp
  repeat with i=1 to the number of cards of stack "b"
    copy cd i of stack "b" to stack "c"
  end repeat
end mouseUp

Cheers,

Malte
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to