Lingo Dictionary > L-N > netStatus

 

netStatus

Syntax

netStatus msgString

Description

Command; displays the specified string in the status area of the browser window.

The netStatus command doesn't work in projectors.

Example

This statement would place the string "This is a test" in the status area of the browser the movie is running in:

on exitFrame
	netStatus "This is a test"
end