I want to put an invisable button over an image. I can do this by setting the alpha to 0. I would like to do this with actionscript in order to keep my filesize down.
i used
setproperty(instancename._alpha = 0)
but it didn't work. Is it because it is a button ?
thanx in advance
i used
setproperty(instancename._alpha = 0)
but it didn't work. Is it because it is a button ?
thanx in advance