Re: Go card x of stack y in the window of this stack
Posted: Sat May 15, 2021 6:22 pm
Hi,
dunno if it helps you, but that's the code I use for stack switching on mobile:
I assume the variables are self explaining.
Have fun!
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
Have fun!