Hide Row: Difference between revisions

Jump to navigation Jump to search
(Created page with "{{Event | event = Hide Row | image = File:EditorHideRow.png | tablocation = VFX | eventtype = HideRow | versionorigin = r1 | shortcut = X }} '''Hide Row''' is an event in the '''VFX tab''' that shows and hides rows. == Usage == {| class="wikitable" ! Setting !! Type !! Description |- | Row || Dropdown (number) || Row to show or hide. |- | Action || Dropdown (enum) || Action: fully show, fully hide, show only character, show only row. |- | Transition || Buttons (...")
 
m ({{EventNavBox}})
 
Line 39: Line 39:
== Trivia ==
== Trivia ==


{{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]]
}}
}}

Latest revision as of 06:12, 24 October 2024

Hide Row
Screenshot of the Event Icon Hide Row
TabVFX
TypeHideRow
Originr1
ShortcutX


Hide Row is an event in the VFX tab that shows and hides rows.

Usage

Setting Type Description
Row Dropdown (number) Row to show or hide.
Action Dropdown (enum) Action: fully show, fully hide, show only character, show only row.
Transition Buttons (enum) Transition: instantly or with a puff of smoke. Additionally, if the action is "Visible," one can choose to play the full animation of the character coming in from the side.

Surgery

{ "bar": X, "beat": X, "y": X, "type": "HideRow", "row": 0, "show": "Hidden", "transition": "Smooth" }

row (number)
Goes from 0 to the amount of rows in the level minus one. Row to apply the effect on.

show (enum)
Either "Visible", "Hidden", "OnlyRow" or "OnlyCharacter".

transition (enum)
Either "Smooth" or "Instant". It can also be "Full" if show is "Visible".

History

Trivia