create card | ||||||||||
Type | command | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Synonyms | new card | |||||||||
Summary | Makes a new card with the same background (s) as the current card. | |||||||||
Introduced | 1.0 | |||||||||
OS | mac, windows, linux, ios, android | |||||||||
Platforms | desktop, server, mobile | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Values |
| |||||||||
Related | Keyword: card, templateCard, it Property: ID, defaultStack Message: newCard Command: clone, create, place, create stack Object: stack Glossary: property, current card, background, current stack, variable, command | |||||||||
Description | Use the create card command to add a new card to the current stack. The new card is placed after the current card. If stackName is specified, it will be placed in stackName, otherwise in the defaultStack. When the card is created, you go to the new card. Any groups on the current card whose backgroundBehavior is set to true will be placed on the newly-created card automatically. | |||||||||
Tags | objects |