I see these 3 words being commonly used in actionscript and yet I do not have full understanding of what each of them does.
does “_root” mean either going up to the next level of animation (i.e. movieclip -> symbol -> main timeline) or directly to the main timeline?
“temp” has got me confused the most, I believe its a variable to store data from another recent variable. One of my question is how does the actionscript know which data to store it from.
“this” I know meant something to do with the current object or function, but I believe I need more clarification.
Thanks.