call CwMoveObjectBehindObject hObj1, hObj2
hObj1 (handle) The handle referencing the first object
hObj2 (handle) The handle referencing the second object
w1 = CwCreateEffect("Rectangle", "Color Fade")
call CwSetPosition w1, 5.5, 4.25, 1, 4, 0, 0
w2 = CwCreateEffect("Rectangle", "Solid Color")
call CwSetPosition w2, 5.5, 4.25, 4, 1, 0, 0
say 'Moving'
call CwMoveObjectBehindObject w2, w1
say 'Moving'
call CwMoveObjectInFrontOfObject w2, w1
![]() Functions by NAME |
![]() Index |
![]() Functions by PURPOSE |