Hi! I have a few questions that may be cleared up if I understood functions a little better. I have done some reading up on it and could use some further clarification if anyone has a few moments to enlighten me.
I would like to understand how paths work inside a function.
Question 1:
Is it possible for a function to discover what movieclip it exists in? When i trace(this) within my actionscripted function it returns object Object.
(sorry code is on another machine)
Question 2:
When I am attaching a function to _level0.myMainClip.mySubClip from _level0 timeline in actionscript and I use “this” within that function am I refeering to _level0.myMainClip.mySubclip? or the function within that movieclip or _level0 since that is where I am creating the function?