DABoolean Class


Creates a DABooleanobject that represents an animated Boolean. (This means the Boolean can change its value over time). At any given time, the value of the DABoolean is either true or false.

This class inherits from the DABehavior class.

DABoolean Functions

bullet1.gifExtract


Extract

Extracts the value of booleanObj, which is a DABoolean object, and returns a boolean. The DABoolean must have a constant value.

booleanObj.Extract

Return Values

Returns a Boolean.

Relevant Functions from the DAStatics Class

The following functions are defined in the DAStatics class and are most relevant to objects of type DABoolean:

lib.And(b1, b2)

lib.DABoolean(bool)

lib.KeyState(keyCode)

lib.Not(b)

lib.Or(b1, b2)

Relevant Properties from the DAStatics Class

The following properties are defined in the DAStatics class and are most relevant to objects of type DABoolean:

lib.DAFalse

lib.LeftButtonState

lib.RightButtonState

lib.DATrue

© 1997 Microsoft Corporation. All rights reserved. Terms of Use.