Flash Prototype functions..
Flash Prototype functions..
Out of context: Reply #1
- Started
- Last post
- 11 Responses
- Anarchitect0
a movieclip prototype is inherited only by movicelips [including the _root] not levels.
mc.myBuddy();
_root.myBuddy();
myMc.innerMC.myBuddy();
etc...