User Guide

540
regPointVertex
Syntax
vectorMember.regPointVertex
the regPointVertex of vectorMember
Description
Cast member property; indicates whether a vertex of vectorCastMember is used as the registration
point for that cast member. If the value is zero, the registration point is determined normally,
using the
centerRegPoint and regPoint properties. If the value is nonzero, it indicates the position
in the
vertextList of the vertex being used as the registration point. The centerRegPoint is set to
FALSE and the regPoint is set to the location of that vertex.
Example
This statement makes the registration point for the vector shape cast member Squiggle
correspond to the location of the third vertex:
member("squiggle").regPointVertex=3
centerRegPoint
, regPoint
relative
See
@ (pathname)
removeBackdrop
Syntax
member(whichCastmember).camera(whichCamera).removeBackdrop(index)
Description
3D command; removes the backdrop found in the position specified by index from the cameras
list of backdrops to display.
Example
The following statement removes the third backdrop from the list of backdrops for camera 1
within the member named Scene. The backdrop will disappear from the stage if there are any
sprites currently using this camera.
member("Scene").camera[1].removeBackdrop(3)
removeFromWorld
Syntax
member(whichCastmember).model(whichModel).removeFromWorld()
member(whichCastmember).light(whichLight).removeFromWorld()
member(whichCastmember).camera(whichCamera).removeFromWorld()
member(whichCastmember).group(whichGroup).removeFromWorld()
Description
3D command; for models, lights, cameras or groups whose parent hierarchy terminates in the
world object, this command sets their parent to void and removes them from the world.