save standalone problem

Malte Brill revolution at derbrill.de
Wed Mar 23 16:20:57 EST 2005


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


More information about the use-livecode mailing list