MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 80

Extending flash
Table of Contents

Advertisement

Returns
A Boolean value:
true
Description
Method; use before using the
value
, you can safely access
true
access
document.screenOutline
Example
The following example determines whether
document:
if(fl.getDocumentDOM().allowScreens()) {
fl.trace("screen outline is available.");
}
else {
fl.trace("whoops, no screens.");
}
See also
document.screenOutline
document.arrange()
Availability
Flash MX 2004.
Usage
document.arrange( arrangeMode )
Parameters
Specifies the direction in which to move the selection. Acceptable values are
arrangeMode
,
"back"
"backward"
options provide on the Modify >Arrange menu.
Returns
Nothing.
Description
Method; arranges the selection on the Stage. This method applies only to non-shape objects.
80
Objects
if
document.screenOutline
document.screenOutline
document.screenOutline
in a document without screens.
,
, and
"forward"
"front"
can be used safely;
property. If this method returns the
; Flash displays an error if you
methods can be used in the current
screens
. It provides the same capabilities as these
otherwise.
false

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?

This manual is also suitable for:

Flash 8

Table of Contents