Page 1 of 1

Card navigation

Posted: Thu Aug 06, 2009 7:45 am
by KMGriffiths
I ma setting up a project which uses 6 cards. I want to be able to navigate to any card from any other card rather than moving from one card to another sequentially. What script should I use in my buttons ???

Posted: Thu Aug 06, 2009 8:30 am
by Klaus
Hi Michael,

simply provide the NUMBER or NAME of the card you want to navigate to:
...
go cd 3
...
or
...
go cd "my third card"
...

You can also
...
go first cd
..
or
...
go last cd
...

Best from germany

Klaus

Posted: Thu Aug 06, 2009 9:25 am
by KMGriffiths
Klaus wrote:Hi Michael,

simply provide the NUMBER or NAME of the card you want to navigate to:
...
go cd 3
...
or
...
go cd "my third card"
...

You can also
...
go first cd
..
or
...
go last cd
...

Best from germany

Klaus
Thanks for your help Klaus. Problem solved. Michael