Page 2 of 2

Re: Go card x of stack y in the window of this stack

Posted: Sat May 15, 2021 6:22 pm
by AxWald
Hi,

dunno if it helps you, but that's the code I use for stack switching on mobile:

Code: Select all

   set the effectRate to gPrefArr["visEffSpeed"]
   lock screen for visual effect
   go cd 1 of stack theTargetStack in the window of this stack
   unlock screen with visual effect gPrefArr["visEffUp"] very slow
I assume the variables are self explaining.

Have fun!