Difference between revisions of "User:Scrivener07/Menus"
Jump to navigation
Jump to search
Added a note
imported>Qazaaq |
imported>Qazaaq (Added a note) |
||
Line 3: | Line 3: | ||
== F4SE == | == F4SE == | ||
[[:Category:F4SE|F4SE]] will install a code object to the root of any registered menu. | [[:Category:F4SE|F4SE]] will install a code object to the root of any registered menu. | ||
To acquire the F4SE code object in AS3, use <code>(stage.getChildAt(0) as MovieClip).f4se</code>. | To acquire the F4SE code object in AS3, use <code>(stage.getChildAt(0) as MovieClip).f4se</code> or <code>MovieClip(root).f4se</code>.. | ||
There are some cases when the installed F4SE code object on a menu root may be unreachable from your display object class. | There are some cases when the installed F4SE code object on a menu root may be unreachable from your display object class. |