Heres the situation. I have two stacks, one called game and one called setup. I would like to have a button that goes from card 1 of the game stack to card 5 of the setup stack. Would somebody be able to help me?
Thanks
Going from stack to stack
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: Going from stack to stack
Hi MCKALISTER,
well, you might be surprised, but the command is:
...
go cd 5 of stack "setup"
...
## And back again:
...
go cd 1 of stack "game"
...
Best
Klaus
well, you might be surprised, but the command is:
...
go cd 5 of stack "setup"
...
## And back again:
...
go cd 1 of stack "game"
...

Best
Klaus