>> What is the centerregpoint setting for the bitmap?
>
> The sprite member's centerregpoint is 0.
>
> This sounds on point--what should it be?
You might still have to set the regpoint again. (Assuming that the duplicate
image is a screen artifact - I don't know what that might be). FWIW, I tend
to set all of my dynamic images' regpoints to point(0,0) (especially when
constructing something to use in conjunction with text sprites, for obvious
reasons). Try dropping:
pDotSprite.member.regpoint = point(0,0)
right after the line that sets the member's image.
-Kurt
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]