About 50 results
Open links in new tab
  1. Code.org Professional Learning Community

    Welcome to Code.org Professional Learning Community Code.org Professional Learning Community, operated by Civilized Discourse Construction Kit, Inc.

  2. Adding a Delay? - Code.org Professional Learning Community

    May 30, 2018 · I have a program that plays notes and flashes the LEDs. But even though there is a duration to the notes, they all play (and the lights flash) instantaneously. I can’t seem to find any sort …

  3. Creating a Timer or Score Keeping function in the games

    Apr 3, 2019 · Does anyone know how to create a timer or score keeping function in the sprite lab, app lab or game lab? We have been looking around and don’t seem to find the answer.

  4. Can you make a sprite chase another sprite? - Code.org Professional ...

    Nov 1, 2018 · Here’s the simplest version of “chasing”, in which the ship chases the mouse cursor around the screen. The general idea is that you can get the angle right by finding the difference …

  5. List Error: is not a uistring - Coding and Debugging Help - Code.org ...

    Feb 12, 2021 · I also have looked through code.org Lesson U5 L3 and all of the example problems print out to the console… I am not seeing one that shows a list in a label? I am guessing I need to loop …

  6. Code.org Professional Learning Community

    Code.org Professional Learning Community, operated by Civilized Discourse Construction Kit, Inc.

  7. How to design and code a Timer in AppLab? - Code.org Professional ...

    May 31, 2017 · I’m having trouble finding documentation on how to code a timer in AppLab. Can anyone direct me to the correct place? Thanks, Erin

  8. Import FileReader (Code.org version) in Sandbox

    Sep 27, 2023 · So I assume the code.org created FileReader class will be hanging off org.code somewhere. I tried some guesses (like import org.code.io.FileReader) but no joy. I wish code.org …

  9. Unit 7 8 Make a Library - Coding and Debugging Help - Code.org ...

    Nov 11, 2024 · Here is a library that we are working on. Currently the first part of it works with the console log requested, but there is something not right with the function. Where are we going wrong? …

  10. AppLab Making a Sprite Jump/Fall - applab - Code.org Professional ...

    Jan 12, 2021 · Has anyone figured out how to code a sprite that jumps in AppLab?