HyperWorks Desktop

*TimeDelay()

Specifies the amount of time to wait before animating a window.

*TimeDelay()

Specifies the amount of time to wait before animating a window.

Previous topic Next topic No expanding text in this topic  

*TimeDelay()

Specifies the amount of time to wait before animating a window.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*TimeDelay(Number)

Arguments

Name

Description

 

Number

An amount of time in seconds.

Example

*BeginWindow(Animation)

   *IsActive()

   *TimeScale(1)

   *TimeDelay(0.2)

   *BeginGraphic()

       *LightInfo(0, 0, 1, 0.5, 0.5, 0.5, 64)

       *RotationAngle(15)

       *View(1, 0, 0, 0,

             0, 1, 0, 0,

             0, 0, 1, 0,

             0, 0, 0, 1)

       *Tracking (Off)

   *EndGraphic()

*EndWindow()

Application

HyperView.

Context

*BeginWindow()

Comments

A window containing the *TimeDelay() statement waits Number seconds before animating.

See also

 

*TimeScale()

List of Session Statements