call CwWaitOnRender viewHandle viewHandle (handle) The handle to a view.
/* Crude animation: Move an object called "star" across the screen. */ vh = CwGetCurrentView() foo = CwGetHandleFromObjectName( vh, "star" ) do i = 1 to 10 call CwSetPosition foo, i, 5, 3, 3, 0, 0 call CwWaitOnRender vh end
Functions by NAME |
Index |
Functions by PURPOSE |