|
- Code. org Professional Learning Community
Welcome to Code org Professional Learning Community Code org Professional Learning Community, operated by Civilized Discourse Construction Kit, Inc
- Is there anything called wait block because I really need them
Is there something called “Wait blocks” I really need them I tried but I have no idea how actually to do it
- List Error: is not a uistring - Coding and Debugging Help - Code. org . . .
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 and add each element to the label output… one at at time? Thanks for your time and help jdonwells February 13, 2021, 2:35pm 4
- App Lab line break for setText - Code. org Professional Learning Community
Example: setText(“textBox”, “Name” + name + “\\n” + “Age:”) the "\\n: doesn’t break into a new line Ideas? We also tried “ ” Thanks, Heavenly
- Adding a Delay? - Code. org Professional Learning Community
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 of delay or wait Any help would be appreciated
- Is there a way to pause the code (wait command?)
JavaScript is a single-threaded language, meaning it can only do one thing at a time This makes “waiting” difficult, because you usually don’t actually want the whole program (or browser eve) to wait and do nothing The best way to accomplish this kind of timed change is to do one of three things: Use a counter variable to keep track of how long to wait between changes Use World seconds
- How to design and code a Timer in AppLab? - Code. org Professional . . .
I’m having trouble finding documentation on how to code a timer in AppLab Can anyone direct me to the correct place? Thanks, Erin
|
|
|