Drawing Tool

user_avatar Made by: MePlayMan

PROJECT DESCRIPTION

Share this project:

This is only the first version, more colors and a reset button will come soon. I only spent an hour and a half on it, but I still think it is good. If you have any suggestions, tell me.

VERSION 1.0

Last Updated: September 21, 2022

COMMENTS

YOU MUST BE SIGNED IN TO LEAVE A COMMENT

June 26, 2016

It's quite nice to be honest, but I recommend changing the way it draws. It's currently on :Stopped touching then paint, I would recommend re making it and making it work like this: started touching then paint. Doing this will allow much faster and more efficient painting/drawing, it should also allow drag drawing, which means you can drag your finger around the screen and it will paint. :)

June 26, 2016

The only problem is that I have to go through every single one and do that. If you have a way of avoiding that, please tell me. But if I feel up to it, that will come in the next update. Thanks for the advice.

June 27, 2016

Okay so I'm guessing that you have little squares around the drawing board and when you tap them they change colour? I'd me more than happy to remake if you, and allow you to re-use it.

June 27, 2016

If you would like

June 27, 2016

You could just do a box select in all the squares and make a tag and then have you code on one object and add the tag to the behaviors.

June 27, 2016

Then you wouldn't have to change all the squares every time yo wanted to change something!

June 27, 2016

You can make it 1 or 2 blocks to start with that duplicate themselves into a grid.

June 27, 2016

I haven't used it yet, but also the loop behaviour with for all might be able to take over all behaviours in the squares and put it in 1 object.

June 27, 2016

Tags will do it all....I branched it and used tags and in 10 minutes had it so you could drag you finger to draw!

June 28, 2016

Okay so I have tried it with the loop behaviour, how do you use it? I have absolutely no idea.

June 28, 2016

Lol not sure

June 28, 2016

Yep haha I've tried it and I think it's bugged to be honest.

June 28, 2016

No I don't think so, Jack8680 knows how to use it

June 28, 2016

Okay...

@Jack8680 HOW DO YOU USE THE LOOP FUNCTION??? XD

June 28, 2016

Lol ask hyper pad.....I asked them and they explained it! But you don't need the loop, only tags. If you used the for each loop, it goes through each object on a tag and executes the behaviors connected to the for each loop on EACH object. So it they don't get done all at once. Just one at a time. If you box select all the squares and add a tag to them, you can go into one squares behaviors and add that tag and then whatever you change in those behaviors will be changed for all the squares as long as you use the tag on ALL the behaviors. You can then delete all the old logic out of the other squares! It's not needed any more. I redid this project and it only took like ten minutes.