Help with fixing drawing app thingy

(This is a template, feel free to delete it.)

What's problem you are encountering?
If I use forever, the stamp won't stop when you stop pressing it, but if I just use stamp, it won't draw.

What have you tried that didn't work?
forever block

Post a project example, link, or screenshot:


AHHH so slow......

The image block doesn't constantly run the script when the mouse is down. It runs it once, right when you click. I would suggest replacing it with image, as that checks for it constantly and works when you hold down the mouse.

Were you not using if statements? Something like

image

should work fine with a forever loop.

thanks

I have another problem---why doesn't this script in the color tray work?
image

There is a problem with sprite z-order.
To get the desired result "color tray" must below other sprites but above brush ("Sprite").
Drawing app script pic
Color sprites can be tied to the "Color tray" with "stick to ..."
sticky
There is no need for the initial delay when showing "color tray".
Drawing app script pic (1)

Aight, see I used image
but the thing is, I want it to stay in place, what i want is: when the user first presses space the color tray goes up to hide, the when the user presses space again, the tray goes back out of hiding, and it goes on from there. BUT, it doesn't do that, it just does the whole animation when I press space, which is not what I want.

As hidden "Color tray" is touching edges...
Drawing app script pic (2)
Can be used for "click event" also.
Or slightly different for "shift" alone.
Drawing app script pic (5)

Thanks for the help

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.