Package com.tremorvideo.assetsĀ
Class public class InfoBubble
Inheritance InfoBubble → MovieClip
Language Version: ActionScript 3.0Class public class InfoBubble
Inheritance InfoBubble → MovieClip
Runtime Versions: Flash Player 9, AIR 1.0, Flash Lite 4
Add Information bubbles to instances.
Public Properties
Property
Defined By
arrowSize : uint
Gets and sets the arrow size.
Gets and sets the arrow size.
InfoBubble
bgColor : uint
Gets and sets the background color.
Gets and sets the background color.
InfoBubble
bubble : Sprite
[read only] Gets the bubble instance.
[read only] Gets the bubble instance.
InfoBubble
bubbleLoc : String
Gets and sets bubble's location. Use the static constants for alignment options.
Gets and sets bubble's location. Use the static constants for alignment options.
InfoBubble
bubbleTxt : String
Gets and sets the bubble's text.
Gets and sets the bubble's text.
InfoBubble
delayAppear : uint
Gets and sets the delay to show the bubble.
Gets and sets the delay to show the bubble.
InfoBubble
delayHide : uint
Gets and sets the delay to hide the bubble.
Gets and sets the delay to hide the bubble.
InfoBubble
paddingX : uint
Gets and sets the X padding.
Gets and sets the X padding.
InfoBubble
paddingY : uint
Gets and sets the Y padding.
Gets and sets the Y padding.
InfoBubble
roundCorners : uint
Gets and sets the roundness of the corners.
Gets and sets the roundness of the corners.
InfoBubble
txtAlign : String
Gets and sets the text's align format.
Gets and sets the text's align format.
InfoBubble
txtColor : uint
Gets and sets the text color.
Gets and sets the text color.
InfoBubble
txtSize : uint
Gets and sets the text's font size.
Gets and sets the text's font size.
InfoBubble
Public Methods
Method
Defined By
InfoBubble(targ:DisplayObject, bubbleTxt:String, font:Font = null):void
Creates an new instance of InfoBubble.
Creates an new instance of InfoBubble.
InfoBubble
Public Constants
Constant
Defined By
ON_BOTTOM : String = "onBottom"
[static]
[static]
InfoBubble
ON_LEFT : String = "onLeft"
[static]
[static]
InfoBubble
ON_RIGHT : String = "onRight"
[static]
[static]
InfoBubble
ON_TOP : String = "onTop"
[static]
[static]
InfoBubble
Created May 18 2015