About 8,140 results
Open links in new tab
  1. Unit 4 lesson 11 - Code.org Professional Learning Community

    Jul 30, 2020 · I’m a bit confused with the activity on unit 4 lesson 11 activity 3; it seems to ask kids to use functions but I don’t see how they can use functions with this code because not much repeats. …

  2. Code.org Professional Learning Community

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

  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. 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 …

  5. 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

  6. Is there anything called "wait block" because I really need them

    Dec 17, 2020 · Is there something called “Wait blocks” I really need them I tried but I have no idea how actually to do it

  7. Slides for each lesson - Code.org Professional Learning Community

    Aug 17, 2022 · Intro to Problem Solving - Lesson 1 - Code.org Anyone can learn computer science. Make games, apps and art with code. Hopefully this helps! Mike

  8. 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 …

  9. List of colors available? - Code.org Professional Learning Community

    Nov 7, 2022 · Is there a list somewhere of all the colors that are available for use? I know you can change all the RGB’s and get different colors, but is there a list of the colors that code has “ready …

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

    Sep 27, 2023 · Trying to use the Filereader.toStringArray(String filename) in a SandBox. What is the import library for this? Since this isn’t the java.io version, I am assuming this is in org.code somewhere.