This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| shake_screen [2025/02/21 15:30] – justin | shake_screen [2025/02/21 15:32] (current) – justin | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| ^Argument^Description^Type^Required^ | ^Argument^Description^Type^Required^ | ||
| |duration|Duration of time to shake the screen (in seconds).|[[Number]]|Yes| | |duration|Duration of time to shake the screen (in seconds).|[[Number]]|Yes| | ||
| - | |strength|Value | + | |strength|Value |
| - | |factor_x|Value | + | |factor_x|Value |
| - | |factor_y|Value | + | |factor_y|Value |
| - | |magnitude_x|Value | + | |magnitude_x|Value |
| - | |magnitude_y|Value | + | |magnitude_y|Value |
| ====Example: | ====Example: | ||
| <code bauxite> | <code bauxite> | ||
| + | shake_screen(2); | ||
| </ | </ | ||
| - | // | + | // |
| <WRAP center round tip 100%> | <WRAP center round tip 100%> | ||