So I'm doing a app where you can take damage and I want to do when you take damage then some effect. And I want to do the shake effect so when you take damage the screen shake. If it's not possible then tell me more ideas to the effect when you take damage
Hi,
as a minimum, you can use the "sound" blocks, with the "vibrate" effect.
For example, if you want to "shake" the screen (or, let's say, a part of it) , you can trigger a clock that rotates suddenly and very fast a canvas or a sprite, or an image contained in a section of the screen.
You can overlap multiple images and screens by making them visible/unvisible or by using fade effects with @shreyash "Phase" extension.
2 Likes
With the same extension called Phase, you can also put the components of your app in a container and shake the components using the shake animation.
2 Likes
thx
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.