At 7:05 PM -0700 6/7/01, Kerry Thompson wrote:
>I've created an image in memory with imaging lingo. In the debugger,
>it shows up as:
>
>hiliteImage = <image:4a3758>
>
>When I do this:
>
>pDotSprite.member.image = hiliteImage
>
>the watch window shows that member as:
>
>pDotSprite.member.image = <image:4b7258>
>
>The image is just a pointer. Shouldn't the member's image be the
>same as the hiliteImage buffer? That is, shouldn't the pointers be
>the same?
hi kerry,
I wouldn't think so. If you then change pDotSprite.member.image,
hiliteImage is not changed (afaik), so images are not passed by
reference like lists- at least when you specify then as a member
image.
/r
--
----------------------------------------
Roy Pardi [EMAIL PROTECTED]
----------------------------------------
[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!]