Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • CreatiCode
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

CreatiCode Scratch Forum

  1. CreatiCode Forum
  2. Project Showcase
  3. Animation V.2 :D

Animation V.2 :D

Scheduled Pinned Locked Moved Project Showcase
animationprojectshowcasecreaticodeshort
9 Posts 3 Posters 2.7k Views 2 Watching
  • 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.
  • NotJaldolfYTN Offline
    NotJaldolfYTN Offline
    NotJaldolfYT
    trusted helpers
    wrote on last edited by
    #1

    V.2 Is finally out! Please help out by telling me any bugs you find, the project is run off of delta time so you will not have any issues with FPS ruining the game.
    Project: https://play.creaticode.com/projects/67c0698bfa551989442f1eae

    👋

    TheNicknameGovT 2 Replies Last reply
    0
    • NotJaldolfYTN NotJaldolfYT

      V.2 Is finally out! Please help out by telling me any bugs you find, the project is run off of delta time so you will not have any issues with FPS ruining the game.
      Project: https://play.creaticode.com/projects/67c0698bfa551989442f1eae

      TheNicknameGovT Offline
      TheNicknameGovT Offline
      TheNicknameGov
      trusted helpers
      wrote on last edited by
      #2

      @jd131111 Does it just stop after the tree area?

      Please help all my projects are 3000+ blocks

      NotJaldolfYTN 1 Reply Last reply
      0
      • TheNicknameGovT TheNicknameGov

        @jd131111 Does it just stop after the tree area?

        NotJaldolfYTN Offline
        NotJaldolfYTN Offline
        NotJaldolfYT
        trusted helpers
        wrote on last edited by
        #3

        @011830-0a42ef84 Yes, for now. 😕

        👋

        1 Reply Last reply
        0
        • NotJaldolfYTN NotJaldolfYT

          V.2 Is finally out! Please help out by telling me any bugs you find, the project is run off of delta time so you will not have any issues with FPS ruining the game.
          Project: https://play.creaticode.com/projects/67c0698bfa551989442f1eae

          TheNicknameGovT Offline
          TheNicknameGovT Offline
          TheNicknameGov
          trusted helpers
          wrote on last edited by TAO
          #4

          @jd131111 said in Animation V.2:

          delta time

          How and what is delta time? My (newest) game is run on FPS so depending on that you could walk very slowly or just freeze altogether.

          Please help all my projects are 3000+ blocks

          Mod. Squad TrainerM NotJaldolfYTN 2 Replies Last reply
          0
          • TheNicknameGovT TheNicknameGov

            @jd131111 said in Animation V.2:

            delta time

            How and what is delta time? My (newest) game is run on FPS so depending on that you could walk very slowly or just freeze altogether.

            Mod. Squad TrainerM Offline
            Mod. Squad TrainerM Offline
            Mod. Squad Trainer
            wrote on last edited by
            #5

            @the_true_odst According to the web, “Delta time is the time it took to render the frame. Another way to put it: delta time is the time period between last frame and the current. Delta means “difference”. Assuming a consistent framerate of 50, delta time will always be 1 / 50 = 0.02 seconds per frame.” Link: https://dev.to/dsaghliani/understanding-delta-time-in-games-3olf#:~:text=This is where delta time comes in. Delta,1 %2F 50 %3D 0.02 seconds per frame.

            TheNicknameGovT 1 Reply Last reply
            0
            • Mod. Squad TrainerM Mod. Squad Trainer

              @the_true_odst According to the web, “Delta time is the time it took to render the frame. Another way to put it: delta time is the time period between last frame and the current. Delta means “difference”. Assuming a consistent framerate of 50, delta time will always be 1 / 50 = 0.02 seconds per frame.” Link: https://dev.to/dsaghliani/understanding-delta-time-in-games-3olf#:~:text=This is where delta time comes in. Delta,1 %2F 50 %3D 0.02 seconds per frame.

              TheNicknameGovT Offline
              TheNicknameGovT Offline
              TheNicknameGov
              trusted helpers
              wrote on last edited by
              #6

              @mod-squadacademy and so this fixes an fps issue? Would it not be the same to just write “wait 0.02 seconds; next costume”?

              Please help all my projects are 3000+ blocks

              Mod. Squad TrainerM NotJaldolfYTN 2 Replies Last reply
              0
              • TheNicknameGovT TheNicknameGov

                @mod-squadacademy and so this fixes an fps issue? Would it not be the same to just write “wait 0.02 seconds; next costume”?

                Mod. Squad TrainerM Offline
                Mod. Squad TrainerM Offline
                Mod. Squad Trainer
                wrote on last edited by
                #7

                @the_true_odst Potentially not. I personally don’t know much (yet) about Delta Time, but I do know there is a turbowarp extension (Check it out here: https://turbowarp.org/editor?extension=https://extensions.turbowarp.org/XeroName/Deltatime.js). Looking at the blocks, both the FPS and the Delta time are constantly changing.

                1 Reply Last reply
                0
                • TheNicknameGovT TheNicknameGov

                  @jd131111 said in Animation V.2:

                  delta time

                  How and what is delta time? My (newest) game is run on FPS so depending on that you could walk very slowly or just freeze altogether.

                  NotJaldolfYTN Offline
                  NotJaldolfYTN Offline
                  NotJaldolfYT
                  trusted helpers
                  wrote on last edited by
                  #8

                  @the_true_odst Delta time is basically making the game run in 30 FPS consistently, even if you go higher since it does a calculation: (num) * 30 * dt (dt would be around 0.01, based on your FPS)

                  dt is calculated from the last frame (timer, or you can get the day since 2000 save it into a variable and subtract it by the newer value approx.) and heres the blocks for calculating:

                  blocks (7).png
                  blocks (8).png
                  (sorry if they’re a bit big, I couldn’t size them down 😞 )

                  👋

                  1 Reply Last reply
                  0
                  • TheNicknameGovT TheNicknameGov

                    @mod-squadacademy and so this fixes an fps issue? Would it not be the same to just write “wait 0.02 seconds; next costume”?

                    NotJaldolfYTN Offline
                    NotJaldolfYTN Offline
                    NotJaldolfYT
                    trusted helpers
                    wrote on last edited by
                    #9

                    @the_true_odst Because if someone were to speed up the project using turbo mode it wouldn’t do anything, here’s an example project, the dog moves 5 per frame

                    https://play.creaticode.com/projects/67c9b516d2f890470312d57b

                    👋

                    1 Reply Last reply
                    0

                    Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                    Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                    With your input, this post could be even better 💗

                    Register Login
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    • Login

                    • Don't have an account? Register

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • Users
                    • Groups
                    • CreatiCode