Text Explosion: Difference between revisions

Jump to navigation Jump to search
m
{{EventNavBox}}, minor edits
m (Crotches)
m ({{EventNavBox}}, minor edits)
Line 8: Line 8:
}}
}}


Text explosion generates text that flies from a side to another side.
Text explosion 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'''
<br> 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'''  
<br> What does the text say. Supports only one line.
<br>The text that's shown. Supports only one line.


'''Mode'''
'''Mode'''
<br> 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'''
<br> 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'''
<br> 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)
<br> 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)
<br> 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"
<br> Which color does the text have. Doesn't support alpha.


'''text''' (string)
'''text''' (string)
<br> 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)
<br> 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)
<br> 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 Crotchets 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 Beat Modifiers]]
* [[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]]
}}
}}

Navigation menu