Sunday, 16 December 2007

action script - alpha levels

selected movie clip

onClipEvent(load) {
this.alpha = 50
}

or

onClipEvent(load) {
getProperty(this,_alpha,50)
}


value 50 = 50% of the original alpha level. (fully visable)

No comments: