Difference between revisions of "CreditsMenu"
Jump to navigation
Jump to search
imported>Qazaaq (Added page.) |
imported>Qazaaq (added content) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
The '''Credits Menu''' is a scrolling list of names which recognize the Bethesda Studios team behind Fallout 4 and the [[Creation Kit]]. | The '''Credits Menu''' is a scrolling list of names which recognize the Bethesda Studios team behind [[Fallout 4]] and the [[Creation Kit]]. | ||
== AS3 == | |||
* <code>var BGSCodeObj:Object</code> | |||
* <code>var CreditsStrings:Array</code> | |||
* <code>var CreditsLines:Array</code> | |||
* <code>var CreditsContainer:MovieClip</code> | |||
* <code>var CreditsFonts:Array</code> | |||
* <code>var Background_mc:MovieClip</code> | |||
* <code>var ButtonHintBar_mc:BSButtonHintBar</code> | |||
* <code>function onCodeObjDestruction():*</code> | |||
* <code>function onCodeObjCreate():void</code> | |||
* <code>function ProcessUserEvent(param1:String, param2:Boolean):Boolean</code> | |||
* <code>function onEnterFrame(param1:Event):void</code> | |||
* <code>function formatLine(param1:TextField, param2:int):void</code> | |||
* <code>function appendCredits(param1:String):void</code> | |||
* <code>function onMouseWheel(param1:MouseEvent):void</code> | |||
* <code>function onQuitPress():Boolean</code> | |||
==== BGSCodeObj ==== | ==== BGSCodeObj ==== | ||
* <code>closeMenu | * <code>function closeMenu():void</code> | ||
* <code>getScrollSpeed | * <code>function getScrollSpeed():Number</code> | ||
* <code>requestCredits | * <code>function requestCredits():void</code> | ||
== See Also == | == See Also == |
Latest revision as of 19:12, 8 March 2020
The Credits Menu is a scrolling list of names which recognize the Bethesda Studios team behind Fallout 4 and the Creation Kit.
AS3[edit | edit source]
var BGSCodeObj:Object
var CreditsStrings:Array
var CreditsLines:Array
var CreditsContainer:MovieClip
var CreditsFonts:Array
var Background_mc:MovieClip
var ButtonHintBar_mc:BSButtonHintBar
function onCodeObjDestruction():*
function onCodeObjCreate():void
function ProcessUserEvent(param1:String, param2:Boolean):Boolean
function onEnterFrame(param1:Event):void
function formatLine(param1:TextField, param2:int):void
function appendCredits(param1:String):void
function onMouseWheel(param1:MouseEvent):void
function onQuitPress():Boolean
BGSCodeObj[edit | edit source]
function closeMenu():void
function getScrollSpeed():Number
function requestCredits():void