Page 1 of 1
how to jump from one card to another card
Posted: Tue Nov 05, 2013 6:30 pm
by tony123qwe
Excuse me, I do not how to jump from one card to another card by click a button.
how to write the script? Thank you.
Re: how to jump from one card to another card
Posted: Tue Nov 05, 2013 6:36 pm
by FourthWorld
See the Go command in the Dictionary, e.g.:
go cd "SomeCardName"
or by number:
go cd 4
or by ID:
go cd id 1044
Re: how to jump from one card to another card
Posted: Tue Nov 05, 2013 6:39 pm
by Klaus
Hi Tony,
Welcome to the forum!
As Richard said!
You mght want to take a look at these stacks to get the basics of Livecode:
http://www.hyperactivesw.com/revscriptc ... ences.html
Best
Klaus
Re: how to jump from one card to another card
Posted: Thu Nov 07, 2013 1:15 pm
by tony123qwe
Thank you very much.