flash help
flash help
Out of context: Reply #2
- Started
- Last post
- 4 Responses
- pushme0
tells me its undefined
function getThis (targetMC) {
yPos = this.continuum_mc01[targetMC]._y...
return (yPos);
};
var whatIsGetThis = getThis("selection_mc01");
trace ("tellme " +whatIsGetThis)