CHANGES THE TEXT DISPLAYED IN A 3D TEXT
ACTION
The command 3D_TEXT_CHANGE N,S changes the text which is displayed by the 3D object designated by its number N.
The new text S is a string expression.
remark: The 3D object is a 3D_TEXT.
SYNTAX:
3D_TEXT_CHANGE N,S
USE ERROR EXAMPLE
rem create a 3D world
scene3d 1
rem create a 3D_TEXT with "100"
3d_text 1,"100"
rem move the camera
cam_position 2,2,15
rem move the point aimed by camera
point_position 2,-2,0
rem wait for 1 second
wait 1000
rem change the 3D text into "110"
3d_text_change 1,"110"
3D_TEXT_CHANGE
3D_TEXT_CHANGE N,S
SEE ALSO
3D_TEXT