TGameScene Class

Definition

Delphi
type TGameScene = class(T__SceneAncestor)
Inheritance
TFrame
TGameScene

Constructors

Create(TComponent)

Returns an instance of this class

(Inherited from T__SceneAncestor)
Destroy

internal use, call it only if you override it in a descendant

(Inherited from T__SceneAncestor)

Properties

Methods

AddBonus(TSVGIconesKolopachIndex)
AfterConstruction

internal use, call it only if you override it in a descendant

AfterLastHideScene

Contains scene finalization called only one time (during instance destruction)

(Inherited from T__SceneAncestor)
BeforeFirstShowScene

Contains scene initialization called only one time (before the first ShowScene, after instance construction)

(Inherited from T__SceneAncestor)
ClearBonusLayout
DoMusicOnOff(TObject)
DoPause(TObject)
DoSoundsOnOff(TObject)
DoTranslateTexts(TObject, TMessage) (Inherited from T__SceneAncestor)
FrameResized(TObject)
GetBonus(TSVGIconesKolopachIndex)
HideScene

Contains scene finalization. It's called each time the scene is hidden.

RemoveBonus(TSVGIconesKolopachIndex)
RepaintBonusLayout
ShowScene

Contains scene initialization. It's called each time the scene is shown.

TranslateTexts(string)

This method is called each time a global translation broadcast is sent with current language as argument.

(Inherited from T__SceneAncestor)
flBonusResized(TObject)
lGameZoneResized(TObject)
lScoreResized(TObject)

Fields