Hi all,
I am coding a piece of Flash in CS3 Professional to create the effect, that i found at [COLOR=#008000]www.kirupa.com/developer/flash8/video/magic****Cursor.htm [/COLOR][COLOR=#008000]but as this code is for Flash 8 its not working for me. The error appearing is this: [/COLOR]
[COLOR=#008000][/COLOR]
[COLOR=#008000]Description: 1120: [/COLOR][COLOR=#008000]Access of undefined property _root. [/COLOR]
[COLOR=#008000]Source: fader_mc._alpha = Math.round(_root._xmouse/550100);[/COLOR]
[COLOR=#008000][/COLOR]
[COLOR=#008000]The code in actions layer is:[/COLOR]
[COLOR=#008000][/COLOR]
var mouseInterval = setInterval(changeAlpha,10);
function changeAlpha() {
fader_mc._alpha = Math.round(_root._xmouse/550100);
}
Can anyone help??
Cheers,
Mags