; -- As this line below is one of the first 20 lines, the window
; will open up with this skin...
Loadskin "%%PerformerDir%%\Skins\Kromo2\SKIN.INI"
; *****************************************************
; Example92.ftp
; =============
; This example shows how to use the "LoadSkin" command.
; ---
; -----------------------------------------------------------
; Commands demonstrated:
;
; LoadSkin
;
; Syntax:
; MessageDialog "<Skinspath\Skin.ini>"
;
; Where:
; "<Skinspath\Skin.ini>" is the path and name of a SKIN.INI file.
;
;
; Example:
;
; LoadSkin "%%PerformerDir%%\Skins\Secret\SKIN.INI"
;
; -----------------------------------------------------------
; NOTE: You are able to execute this example unchanged.
; ***********************************************************
MessageDialog A I O "This is the first skin."
LoadSkin "%%PerformerDir%%\Skins\Secret\SKIN.INI"
MessageDialog A I O "And here is another skin."