I have just bought your dynamic bevel effect, but when I insert my own PNG image with a white background, it just bevels and shadows the outside edges of the image only, not the logo inside. Please help! Thanks!
Posted about 1 year ago
dynamic light and shadow, you can change the png image outside.maybe you can make a logo effect
If you have question,Please contact me.
if you want to change the positions.you can change the code of first frame:
target_mc._x = (Stage.width-target_mc._width)/2;
target_mc._y = (Stage.height-target_mc._height)/2;
for example :
target_mc._x = 100;
target_mc._y = 100;
My other portfolio: http://www.flashden.net/user/wangruyi
Posted about 1 year ago