Starting game animation
-
Basically I got a project from the share tab (Claw Combine) and when you started the game it shows a circle coming out if this is only for the project then please let me know
-
As far as I know, that particular animation hasn’t been done in any other projects. You can check the code for ClawCombine to see how it is done.
Basically, what Scrubz has done is to take a screen grab of the editor using copyImage() and then using a mask image to mask out the circle in the middle. The code is on line 922 and below.
It is a neat trick, and if you want to do something similar, check the code and also read up on how setDrawTarget() and setBlend() works!