openStack

Sent to the destination card right after you open a stack.

# Metadata

Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:

# Syntax

openStack

# Examples

on openStack send "rollCredits" to field "Credits" end openStack

# Description

Handle the openStack message to change a stack objects, or perform other updates, when the stack is opened.

The openStack message is sent after the stack is visible.

To make changes that take effect before the stack becomes visible on the screen, use a preOpenStack handler instead of openStack.

The actual opening is not triggered by the openStack message, so trap the message and not allowing it to pass does not prevent the stack from opening.

# Tags

# See

- **keyword:** card - **message:** openBackground, resume - **object:** stack - **glossary:** object, trap, handler, message - **control structure:** pass