Text Explosion: Difference between revisions

Jump to navigation Jump to search
m (changed the window dance link to be the event variant)
m (fk)
 
(5 intermediate revisions by 3 users not shown)
Line 8: Line 8:
}}
}}


Text explosion generates text that flies from a side to another side.
'''Text Explosion''' is an event in the '''VFX Tab''' that generates text that flies from one side of the screen to the other horizontally.


== Usage ==
== Usage ==
Line 17: Line 17:
! Setting  !! Type !! Description
! Setting  !! Type !! Description
|-
|-
| Rooms || Rooms (Rooms) || What room does the text appear in.
| Rooms || Rooms (Rooms) || What room the text appears in.
|-
|-
| Text || Text Box (String) || The text that should appear.
| Text || Text Box (String) || The text that's shown.
|-
|-
| Mode || Mode (Enum) || Decides the color of the text.
| Mode || Mode (Enum) || Decides the color of the text.
|-
|-
| Color || Color (Color) || What color does the text have.
| Color || Color (Color) || Text color.
|-
|-
| Direction || Direction (Enum) || Decides if the text goes left or right.
| Direction || Direction (Enum) || Decides if the text goes left or right.
Line 29: Line 29:


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


'''Text'''  
'''Text'''  
What does the text say. Supports only one line.
<br>The text that's shown. 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>Color of the text. Only affects the text if the mode is ''One Color''.


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


== Surgery ==
== Surgery ==
Line 48: 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''' (integer)
Based on if the mode it set to OneColor
<br>Color of the text. Doesn't support alpha. Only has effect if '''mode''' is "OneColor"
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 67: Line 66:
== Trivia ==
== Trivia ==


Originated in a secret level in the flash demo.
This event originated in a secret level in the [[Flash Demo]].


{{Navbox
{{EventNavBox}}
| name  = Template:EventNavBox
| title = Events
| listclass = hlist
 
| group1 = Sound Tab
| list1  = {{Navbox|child
  | list1 =
* [[Play Song]]
* [[Set Crotches Per Bar]]
* [[Play Sound]]
* [[Set Beats Per Minute]]
* [[Set Clap Sounds]]
* [[Set Heart Explode Volume]]
* [[Set Heart Explosion Interval]]
* [[Say Ready, Get, Set, Go!]]
* [[Set Game Sound]]
* [[Set Beat Sound]]
* [[Set Counting Sound]]
* [[Comment]]
}}
| group2 = Gameplay Tab
| list2  = {{Navbox|child
  | list1 =
* [[Add Classic Beat]]
* [[Set Row Xs]]
* [[Add Freetime Beat]]
* [[Pulse Freetime Beat]]
* [[Add Oneshot Beat]]
* [[Set Oneshot Wave]]
}}
| group3 = VFX Tab
| list3  = {{Navbox|child
  | list1 =
* [[Set Theme]]
* [[Set VFX Preset]]
* [[Set Background]]
* [[Set Foreground]]
* [[Set Speed]]
* [[Flash]]
* [[Custom Flash]]
* [[Move Camera]]
* [[Hide Row]]
* [[Move Row]]
* [[Play Expression (Row)]]
* [[Paint Rows]]
* [[Bass Drop]]
* [[Shake Screen]]
* [[Flip Screen]]
* [[Invert Colors]]
* [[Pulse Camera]]
* [[Text Explosion]]
* [[Show Dialogue]]
* [[Show Status Sign]]
* [[Floating Text]]
* [[Change Players' Rows]]
* [[Finish Level]]
* [[Comment]]
* [[Stutter]]
* [[Show Hands]]
* [[Paint Hands]]
* [[Assign Hands]]
* [[Set Playstyle]]
* [[Tag Action]]
* [[Call Custom Method]]
* [[Window Dance (Event)]]
}}
| group4 = Decoration Tab
| list4  = {{Navbox|child
  | list1 =
* [[Move Sprite]]
* [[Paint Sprite]]
* [[Play Expression (Sprite)]]
* [[Show/Hide]]
* [[Comment]]
}}
| group5 = Rooms Tab
| list5  = {{Navbox|child
  | list1 =
* [[Show Rooms Horizontally]]
* [[Move Room]]
* [[Reorder Rooms]]
* [[Mask Room]]
* [[Fade Room]]
* [[Set Rooms Perspective]]
* [[Comment]]
}}
}}

Latest revision as of 06:18, 24 October 2024

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


Text Explosion is an event in the VFX Tab that generates text that flies from one side of the screen to the other horizontally.

Usage

Properties
Setting Type Description
Rooms Rooms (Rooms) What room the text appears in.
Text Text Box (String) The text that's shown.
Mode Mode (Enum) Decides the color of the text.
Color Color (Color) Text color.
Direction Direction (Enum) Decides if the text goes left or right.

Rooms
Which room the text appears in. On-top is not supported.

Text
The text that's shown. Supports only one line.

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

Color
Color of the text. Only affects the text if the mode is One Color.

Direction
Direction the text goes towards. Can be set to Left or Right.

Surgery

{ "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 (integer)
Color of the text. Doesn't support alpha. Only has effect if mode is "OneColor"

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

Trivia

This event originated in a secret level in the Flash Demo.