DirectAnimation Animated Header --DABoolean Class DirectAnimation Animated Header --DABoolean Class* Microsoft DirectAnimation SDK
*Contents  *Index  *Topic Contents
*Previous Topic: DABehavior Class
*Next Topic: DACamera Class

DABoolean Class


Creates a DABoolean object that represents an animated boolean value. (This means the boolean value can change 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

DABoolean Class

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

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

*Top of Page