Thanks, Malte, that solved my problem. I didn't pay attention to the possibility that more than one card in a stack could have the same ID. The negligence in this regard may be rooted in my HyperCard experience. In HC, cards cut and then pasted into another stack are assigned IDs different from their original ones. Anyway, thanks again for your kind help.
Fritz >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 [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
