Delete object
Hi Everybody,
i would know if it is possible to delete an object (a picture in my case) on a sketchpad (through an inline script) when we click at a specific coordinate. I know how to add one, but not delete.
Someone can help me ?
Thanks
Comments
Hi Paul,
There are two ways to do this.
draw image center=1 file="yourpicture.jpg" scale=1 show_if=always x=0 y=0 z_index=0Hi Paul,
If you say "delete", do you mean to remove an item from the experiment? If so, then, Spanne's ideas will do.
However, if you mean, to present them on the screen and then hide a subset of stimuli from the screen, you need to do something else.
Probably, the best way to tackle that problem is to create two canvasses that are the same (you can use
canvas.copy()) or just have twosketchpads in which the second one includes only a subset of the stimuli of the firstsketchpad. If you run your experiment, it will look like as if elements were removed from the screen.Eduard
Thanks for your answer, both of you ! I try with Eduard's solution and it works perfectly well.