Navigation

    Fuze Arena Logo
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    • Help
    • Discord

    Starting game animation

    Help
    2
    2
    177
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      AlexTheNewCoder last edited by

      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

      1 Reply Last reply Reply Quote 0
      • vinicity
        vinicity F last edited by vinicity

        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!

        1 Reply Last reply Reply Quote 1
        • First post
          Last post