At 22:07 15.01.2001 +0200, you wrote:
> i want change the backgroundtranparent of the sprite with lingo
>
>how i can do it? !!!!please help me!!!!
The sprite property you will want to change is 'the ink of sprite whichSprite'
The argument is #integer, 0: copy, 36: background transparent.
-- Welcome to Director --
dsprite = sprite 1
put dsprite.ink
-- 0
dsprite.ink = 36
best regards
d.plaenitz
[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!]