Navigation

    CreatiCode Scratch Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • CreatiCode

    What is wait # frames based on

    Help
    2
    2
    224
    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.
    • Tyller_
      Tyller_ Best Forum Helpers last edited by

      I am having inconsistency due to unknown reasons where a device with better hardware appears to have somewhat different results than worse devices, is wait # frames just wait (#/framerate limit) seconds, actually wait until the screen has drawn # times, or wait until if there was # blocks here when it would finish, the last one is effectively just wait # ticks, I want to know due to technical issues with a project I’m having across devices relating to the wait # frames block

      <div component="post/signature" data-uid="255" class="post-signature">Check out my chat room project so you ppl can not use forums as chat rooms! https://play.creaticode.com/projects/66f2e1dcd1be43d82b886fbd?version=1 <p dir="auto">
      </div>

      info-creaticode 1 Reply Last reply Reply Quote 0
      • info-creaticode
        CreatiCode @Tyller_ last edited by

        @jaysen4games-gmail

        Hi, the wait block simply waits some time, and the time period can be specified by different units, where a frame is assumed to be 1/60 seconds. It does not account for the actual number of frames since it does not have that information.

        If you need to run some code at fixed intervals, a better choice might be this block:

        a3ace60e-f760-427f-b415-e1cf9b179f67-image.png

        This block will try to run a new iteration by the fixed time interval, no matter how long it takes to finish each iteration.

        If that does not work for your project, please share the project with us, and we can probably figure out a working solution for you.

        CreatiCode Support

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