visited

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the visited of <button> to {true | false}
set the visited of <chunk> of <field> to {true | false}
Associationsbutton
Summary

Specifies whether a button or grouped text has been clicked during the current session.

Introduced1.1
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
set the visited of button "Start Here" to false
if the visited of the clickChunk then go back
Values
NameTypeDescription
Value

The visited of a button or chunk is true or false. By default, the visited of a button or chunk is set to false when the stack opens.

RelatedKeyword: button
Property: visitedIcon, linkVisitedColor
Object: stack
Glossary: property, chunk, grouped text
Description

Use the visited property to determine whether the user has previously used a function or traversed a link.

The visited property is automatically reset to false when the stack is closed (and purged from memory).

Tagsnavigation