539
regPoint
Syntax
member(
whichCastMember
).regPoint
the regPoint of member
whichCastMember
Description
Cast member property; specifies the registration point of a cast member. The registration point is
listed as the horizontal and vertical coordinates of a point in the form
point
(
horizontal,
vertical
)
. Nonvisual members such as sounds do not have a useful
regPoint
property.
You can use the
regPoint
property to animate individual graphics in a film loop, changing the film
loop’s position in relation to other objects on the Stage.
You can also use
regPoint
to adjust the position of a mask being used on a sprite.
When a Flash movie cast member is first inserted into the cast, its registration point is its center
and its
centerRegPoint
property is set to
TRUE
. If you subsequently use the
regPoint
property to
reposition the registration point, the
centerRegPoint
property is automatically set to
FALSE
.
This property can be tested and set.
Examples
This statement displays the registration point of the bitmap cast member Desk in the Message
window:
put member("Desk").regPoint
This statement changes the registration point of the bitmap cast member Desk to the values in the
list:
member("Desk").regPoint = point(300, 400)
See also
centerRegPoint
,
mask
regPoint (3D)
Syntax
sprite(
whichSprite
).camera.backdrop[
backdropIndex
].regPoint
member(
whichCastmember
).camera(
whichCamera
).backdrop
[
backdropIndex
].regPoint
Description
3D backdrop and overlay property; allows you to get or set the registration point of the backdrop
or overlay. The registration point represents the x, y, and z coordinates of the center of the
backdrop or overlay in 3D space. The default value for this property is point(0,0).
Example
The following statement changes the registration point of the first backdrop of the camera of
sprite 13. The backdrop’s registration point will be the point (50, 0), measured from the upper
left corner of the backdrop.
sprite(13).camera.backdrop[1].regPoint = point(50, 0)
See also
loc (backdrop and overlay)
Содержание DIRECTOR MX-LINGO DICTIONARY
Страница 1: ...Lingo Dictionary Macromedia Director MX...
Страница 756: ...Index 756...