Discussion:
Change the bend of a cast member
(too old to reply)
Almudever
2009-03-29 21:34:07 UTC
Permalink
Hi guys, I've a problem with the blend of one of my members cast.
I created one filled rectangle (by tools: default). I'm trying to change his
blend value by a click in other one. Also I Know the solucion is similar to:

member("myButton").blend = 100 or

Can somebody help me?
Sean Wilson
2009-03-29 22:18:23 UTC
Permalink
Post by Almudever
member("myButton").blend = 100 or
You have to change the blend of the sprite, not the member:

-- assuming your #shape is in channel 5
sprite(5).blend = 50

Loading...