copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
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
Displaying a Score in App Lab? - Code. org Professional Learning Community I have students working in App Lab They created a quiz and would like to display the score at the end of the quiz We know their score is updating correctly (we’ve coded it to display the score in the console log), but we can’t figure out how to get the score to display on their last screen Basically, the score is a variable and we want to output the value of the variable on the last
List of colors available? - Code. org Professional Learning Community 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 made”? One of my students is asking
Code to wait for something to happen after touching A student is wondering is there is a “wait” code? He wants his player to wait for a certain amount of time when touching another object and then for the player’s velocity to increase We looked through the game lab docs but couldn’t find something that would do that I did see this solution pop up when typing this request Thanks in advance!
Import FileReader (Code. org version) in Sandbox 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
Make text disappear? - Unit and Lesson Discussion - Code. org . . . I have had multiple students ask me this question and I’ve never had an answer for them They want to make text created with drawing commands disappear when a condition is met Up to this point, students have just created a rectangular sprite that can appear over the text using the visible property, but I know there has to be a better way to do it Can anyone help me here?