camera shake
Details
Kode wheel segment | Camera |
Style | Camera control |
Modifiers | speed / strength / duration |
Primarily WHEN/DO | DO |
Pre-made brains that use it | Unknown |
Camera > Camera effects > camera shake
Description
This tile is used to shake the camera. Used for impact effects or earthquakes. Used with modifiers that specify the amount and speed of shake.
Example Code
WHEN [once] DO [camera shake][speed][5][strength][10][duration][5]
Modifiers
speed: Paired with a number. Sets the speed of the shake.
strength: Paired with a number. Sets the strength of the shake (how far it moves from left to right)
duration: Paired with a number (seconds). Sets the duration of the shake when called. Unlike other timed events this will run even if the WHEN side is a single frame event, such as [once]. Therefore it does not need a duration on the WHEN side.
Other Uses
None