Text Explosion: Difference between revisions

Jump to navigation Jump to search
(Created this page.)
 
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Event
{{Event
  | event = Text Explosion
  | event = Text Explosion
  | image = File:PlaceholderEvent.png
  | image = File:TextExplosion.png
  | tablocation = VFX
  | tablocation = VFX
  | eventtype = <code>Type</code>
  | eventtype = <code>Type</code>
Line 8: Line 8:
}}
}}


This template is used to make pages for Events.
Text explosion generates text that flies from a side to another side.
 
You can view the arguments for the event box at [[Template:Event/Arguments]].


== Usage ==
== Usage ==
Line 31: Line 29:


'''Rooms'''
'''Rooms'''
Which room does the text appear in. On-Top is not supported.
<br> Which room does the text appear in. On-Top is not supported.


'''Text'''  
'''Text'''  
What does the text say. Supports only one line.
<br> What does the text say. Supports only one line.


'''Mode'''
'''Mode'''
If the text should be shown in a specfic color or any random color.
<br> If the text should be shown in a specfic color or any random color.


'''Color'''
'''Color'''
Shows if Mode is set to One Color
<br> Shows if Mode is set to One Color


'''Direction'''
'''Direction'''
What direction does the text go. Can be set to Left or Right.
<br> What direction does the text go. Can be set to Left or Right.


== Surgery ==
== Surgery ==
Line 50: Line 48:


'''rooms''' (integer)
'''rooms''' (integer)
Goes from 0 to 3. Doesn't support on-top.
<br> Goes from 0 to 3. Doesn't support on-top.


'''color''' (intiger)
'''color''' (intiger)
Based on if the mode it set to OneColor
<br> Based on if the mode it set to OneColor
Which color does the text have. Doesn't support alpha.
<br> Which color does the text have. Doesn't support alpha.


'''text''' (string)
'''text''' (string)
The text that's shown. Doesn't support line breaks.
<br> The text that's shown. Doesn't support line breaks.


'''direction''' (enum)
'''direction''' (enum)
If the text flies to the right or the left.
<br> If the text flies to the right or the left.


'''mode''' (enum)
'''mode''' (enum)
If color should be applied on the text or if it should be randomized.
<br> If color should be applied on the text or if it should be randomized.


== History ==
== History ==
Line 136: Line 134:
* [[Tag Action]]
* [[Tag Action]]
* [[Call Custom Method]]
* [[Call Custom Method]]
* [[Window Dance]]
* [[Window Dance (Event)]]
}}
}}
  | group4 = Decoration Tab
  | group4 = Decoration Tab

Latest revision as of 19:26, 26 June 2023

Text Explosion
Screenshot of the Event Icon Text Explosion
TabVFX
TypeType
OriginrVersion
ShortcutShortcut


Text explosion generates text that flies from a side to another side.

Usage[edit]

Properties
Setting Type Description
Rooms Rooms (Rooms) What room does the text appear in.
Text Text Box (String) The text that should appear.
Mode Mode (Enum) Decides the color of the text.
Color Color (Color) What color does the text have.
Direction Direction (Enum) Decides if the text goes left or right.

Rooms
Which room does the text appear in. On-Top is not supported.

Text
What does the text say. Supports only one line.

Mode
If the text should be shown in a specfic color or any random color.

Color
Shows if Mode is set to One Color

Direction
What direction does the text go. Can be set to Left or Right.

Surgery[edit]

{ "bar": X, "beat": X, "y": X, "type": "TextExplosion", "rooms": [0], "color": "000000", "text": "Example", "direction": "Left", "mode": "OneColor" },

rooms (integer)
Goes from 0 to 3. Doesn't support on-top.

color (intiger)
Based on if the mode it set to OneColor
Which color does the text have. Doesn't support alpha.

text (string)
The text that's shown. Doesn't support line breaks.

direction (enum)
If the text flies to the right or the left.

mode (enum)
If color should be applied on the text or if it should be randomized.

History[edit]

Trivia[edit]

Originated in a secret level in the flash demo.