Re: Use images of a stack in another stack
Posted: Thu Apr 25, 2019 7:45 am
You could do that if you need the card, but you don't need to that just to have icon images referenced.
You can use any icon of any other stack provided both stacks are in memory, and you load the one which references them.
LiveCode will first look for a referenced image in the stack that refers to it. If not found it'll look in other open stacks (in load order, IIRC).
And you'll want to use high IDs. Many lower IDs are either used by LC or just risk a likelihood of conflicting with another image in another stack.
You can use any icon of any other stack provided both stacks are in memory, and you load the one which references them.
LiveCode will first look for a referenced image in the stack that refers to it. If not found it'll look in other open stacks (in load order, IIRC).
And you'll want to use high IDs. Many lower IDs are either used by LC or just risk a likelihood of conflicting with another image in another stack.