Set Speed: Difference between revisions

Jump to navigation Jump to search
(Created page with "{{Event | event = Set Speed | image = File:EditorSetSpeed.png | tablocation = VFX | eventtype = SetSpeed | versionorigin = r<code>Version</code> | shortcut = S }} '''Set Speed''' is an event in the '''VFX tab''' that can change the game's visual speed, ''as well as event durations''. == Usage == {| class="wikitable" |- ! Setting !! Type !! Description |- | Game Speed || Text box (number) || Game speed to set to. |- | Easing Duration || Text box (number) || Durat...")
 
m ({{EventNavBox}})
 
Line 42: Line 42:
== 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:11, 24 October 2024

Set Speed
Screenshot of the Event Icon Set Speed
TabVFX
TypeSetSpeed
OriginrVersion
ShortcutS


Set Speed is an event in the VFX tab that can change the game's visual speed, as well as event durations.

Usage

Setting Type Description
Game Speed Text box (number) Game speed to set to.
Easing Duration Text box (number) Duration of the change, gradually slows down or speeds up. This duration is the only one not affected by the change in Game Speed.
Ease Dropdown (ease) Easing of the change.

Advanced

Surgery

{ "bar": X, "beat": X, "y": X, "type": "SetSpeed", "speed": 1, "duration": 0, "ease": "Linear" }

speed (number)
Game speed. Does not accept negative values.

duration (number)
Duration of the change in beats.

ease (enum)
Easing.

History

Trivia