Player
Documentation
Frontier
User's Guide
Chapter 5, Verbs
One Verb Per Page
Player.isRunning
Syntax
Player.isRunning()
Parameters
None.
Action
Determine if Player is running.
Returns
True if running, false otherwise.
Examples
if not Player.isRunning()
scriptError("This script requires PreFab Player .")
Notes
- Since Player is a "faceless background application" (and system extension), it should always be running if it was correctly installed in the Extensions Folder of the System Folder. This verb is most useful for scripts that will be distributed to others.
Keywords
query[16]
itemExists
Copyright 1993-99, PreFab Software, Inc. All Rights Reserved.
This site built and maintained using Stage Three, a set of custom Frontier scripts.