SHOW keyword
Shows an object. To hide it, use HIDE.
Syntax
SHOW object, "effect", duration
Parameters
- object: object to show (required)
- effect: possible effect
- duration: a time delay in milliseconds (if not specified, default is 1000)
Example
SHOW myImage 'The object is instantly displayed.
SHOW myImage, "fade-in" 'Makes the object appear in 1 second
SHOW myImage, "fade-in", 5000 'Makes the object appear in 5 seconds
Go back to list of Keywords.