Answered
_root location?
Hi. I'm very new to flash and have been attempting to modify
a friend of mine's site. When looking through the scripts i see
calls to functions contained in "_root". I want to edit these
functions but can't seem to find them. Here's an example:
on (release)
{
_root.textp.gotoAndPlay(3);
}
Can anyone tell me where i would find the function 'textp' in the above example? I would guess it to be in a sort of top-level script, but I can't seem to find it...
Thanks in advance,
-Jack
on (release)
{
_root.textp.gotoAndPlay(3);
}
Can anyone tell me where i would find the function 'textp' in the above example? I would guess it to be in a sort of top-level script, but I can't seem to find it...
Thanks in advance,
-Jack