My code reads something like this
Code: Select all
go to card "target" of stack ("targetStack.livecode")
set the destroyStack of stack ("departingStack.livecode") to true
close stack ("departingStack.livecode")Any ideas?
Moderators: Klaus, FourthWorld, heatherlaine, kevinmiller, robinmiller
Code: Select all
go to card "target" of stack ("targetStack.livecode")
set the destroyStack of stack ("departingStack.livecode") to true
close stack ("departingStack.livecode")