Skip to content

Help

285 Topics 1.6k Posts

Get help with coding questions or problems with the CreatiCode platform

  • What is wait # frames based on

    2
    0 Votes
    2 Posts
    948 Views
    CreatiCodeI
    @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: [image: 1f5c3b7a-b7c8-426c-af07-861325ce0611.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
  • Reference a Clone

    6
    0 Votes
    6 Posts
    2k Views
    CreatiCodeI
    @jaysen4games-gmail Yes, that’s most likely due to a timeout from a long idle period.
  • What are reward points doing?

    4
    0 Votes
    4 Posts
    1k Views
    CreatiCodeI
    @bruhisch-gmail said in What are reward points doing?: And what can I do if I got rewarded? We are still experimenting with a few options. Will announce more details in the future.
  • Add a 2D sprite over a 3D sprite

    2d overlay 3d 2d-blocks
    3
    1 Votes
    3 Posts
    1k Views
    Meester_HM
    @info-creaticode Thanks a lot!
  • Not seeing the same view in Code Editor as the lesson

    3
    2
    0 Votes
    3 Posts
    1k Views
    C
    @info-creaticode I just figured out my error. Sadly, it is embarrassing but something my students do more than I like. I was coding my sprite under the stage section not with the sprite. I’ve moved the code and now it works. I am eye rolling myself while laughing. Thank you for reaching out (also, I am not sure why my screenshots did not post originally).