# Metadata
Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:
# Syntax
newTool pToolName
# Params
- pToolName : The name of the tool that has just been chosen.
# Examples
on newTool pToolName if pToolName is "Browse" then show stack "Editing Tools" else hide stack "Editing Tools" end newTool
# Description
Sent when the choose command is used to change the current tool.
>*Tip:* To detect when the user changes tool using the Tools palette in > the IDE, handle the message in a frontscript.
# Tags
# See