how to access a mc out of a object function
|
| View previous topic :: View next topic |
| Author |
Message |
Mupolan
Joined: 30 May 2006 Posts: 101
|
Hi all
Someone might tell me how to access a mc out of a object function with relativ targeting!?
This.mc wont work as flash handles "this" like inside the function |
| |
|
|
|
|
ovigo22
Joined: 15 May 2006 Posts: 130
|
_root.mcInstanceName?
_root.mcInstance.mcAnotherInstance.mcIwantThisOne |
| |
|
|
Mupolan
Joined: 30 May 2006 Posts: 101
|
I dont want to use root while root is absolut targeting
It should be relativ
If i load the swf later into another one it wont work with root syntax |
| |
|
|
|
|