Code. org Professional Learning Community Welcome to Code org Professional Learning Community Code org Professional Learning Community, operated by Civilized Discourse Construction Kit, Inc
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
Making an Image move in the app clicker game - Code. org Professional . . . I have assigned the Clicker Game to my High School students The code has been working great and we are liking the App Lab A student has used a for loop to control movement of an image with the mouse click, but we haven’t figured out how to have an image move once we change screens I thought that putting in a for loop with a setPosition block that has y=y+1 for changing the y position
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