Note: This is a work in progress and will be formatting errors. Read more about the project on the home page. waitwait [for ] posInteger [ticks ] wait [for ] posInteger seconds wait until trueOrFalse wait while trueOrFalse The wait command causes HyperCard to pause before executing the rest of a handler, either for a specific length of time, until a specified condition becomes true, or while a specified condition remains true. If you do not specify seconds as the unit of time, HyperCard uses ticks. (One tick equals one-sixtieth of a second.) Examples
Demo Script
PlaceholdersposIntegerAn expression that evaluates to a positive integer. For example:
See also: background, bkgnd, button, card, chunk, field, menu , and menuItem trueOrFalse Any expression that evaluates to the HyperTalk and AppleScript constants true or false . For example: Related Topics
|
Version 0.7b1 (March 24, 2022)