User Guide

476
This property can be read and but not set.
Example
This statement grabs the current content of the Stage and places it into a bitmap cast member:
member("Stage image").picture = (the stage).picture
See also
media, picture (cast member property)
pictureP()
Syntax
pictureP(pictureValue)
Description
Function; reports whether the state of the picture member property for the specified cast
member is
TRUE (1) or FALSE (0).
Because pictureP doesnt directly check whether a picture is associated with a cast member, you
must test for a picture by checking the cast member’s
picture member property.
Example
The first statement in this example assigns the value of the picture member property for the
cast member Shrine, which is a bitmap, to the variable
pictureValue. The second statement
checks whether Shrine is a picture by checking the value assigned to
pictureValue.
set pictureValue to the picture of member "Shrine"
put pictureP(pictureValue)
The result is 1, which is the numerical equivalent of TRUE.
platform
Syntax
the platform
Description
System property; indicates the platform type for which the projector was created.
This property can be tested but not set.
Possible values are the following:
For forward compatibility and to allow for addition of values, it is better to test the platform by
using
contains.
When the movie plays back as a converted Java applet, this propertys value indicates the browser
and operating system in which the applet is playing. The property’s value has the following syntax
when the movie plays back as an applet:
Java javaVersion, browser, operatingSystem
Possible value Corresponding platform
Macintosh,PowerPC PowerPC Macintosh
Windows,32 Windows 95 or Windows NT