how to jump from one card to another card

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
tony123qwe
Posts: 3
Joined: Tue Nov 05, 2013 6:28 pm

how to jump from one card to another card

Post by tony123qwe » Tue Nov 05, 2013 6:30 pm

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.

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10052
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: how to jump from one card to another card

Post by FourthWorld » Tue Nov 05, 2013 6:36 pm

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
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

Klaus
Posts: 14199
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: how to jump from one card to another card

Post by Klaus » Tue Nov 05, 2013 6:39 pm

Hi Tony,

Welcome to the forum!
As Richard said! :D

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

tony123qwe
Posts: 3
Joined: Tue Nov 05, 2013 6:28 pm

Re: how to jump from one card to another card

Post by tony123qwe » Thu Nov 07, 2013 1:15 pm

Thank you very much.

Post Reply