-
[solved] Unprogrammed delay at the end of a sequence
by ThijsNielen ·description"set background "#000000"set font_size "18"set keyboard_backend "legacy"set canvas_backend "xpyriment"set c -
[solved] mouse fails to register some clicks
by martin ·fill=True, color='#000080') if (clickpos[0] > (centrex - coords[0] - (size))) and (clickpos[0] < (centrex - coords[0] + (size))): elif (clickpos[1] > (centrey - -
[solved] mouse fails to register some clicks
by martin ·fill=True, color='#000080') if not mouse_click[1]: my_canvas.circle(centrex - coords[0], centrey - coords[1], self.get("size"), fill=True, color='blue') els -
[solved] Python inline script: Widgets in form overlapping
by Isabel_ ·text='<span color=#009900>Spieler 2</span> wählt')o_coop = widgets.label(form_pdg_test, text='Option A')o_defect = widgets.label(form_pdg_test, text='Option B')s_reward = -
[solved] Using "show if" in sketchpads
by frankanayet ·There are two main issues... First the color was originally in the #0000 format and that had the effect of commenting out the show if statement. Second, I'm not sure how to use quotations in the [Task -
[solved] keyboard response
by Anna ·setcycle 0 target_colour "#00ff00" -
[solved] change target colors
by sebastiaan ·You probably used '=#00ff00' for the variable target_colour, and not '#00ff00' (without the '=' sign), right? -
[solved] change target colors
by Anna ·Description: Failed to evaluate '#00ff00' in loop item 'block_loop_right': unexpected EOF while parsing (, line 1) -
[solved] change target colors
by Anna ·1 =#00ff00