Bugs in my projects that I need to fix

Name of Project: Multi brush art pad
Link to the Project:https://c.gethopscotch.com/p/12zl6x7j3r

If I have any bugs in my art pad, let me know!

You could also give me ideas, and I will give some sort of credit! (Shoutout; credit at bottom corner;etc) but please consider doing it in my other project updates!

5 Likes

Hey! I don’t think #project-updates is the right category for this topic, I think #debug-my-code fits better ; )

@moderators Could you edit the category to #debug-my-code?

Sorry if I got it wrong.

4 Likes

Well its if people find bugs

4 Likes

I actually was considering that…

4 Likes

But then not really

3 Likes

Oh, was that text edited? I didn’t see it when I red your post.

And you already have a topic for updates, so people can just suggest ideas in your other topic!

4 Likes

True. This could be just for bugs

3 Likes

@moderators delete this please

4 Likes

You don’t have to close the topic if you don’t want to!

I am slightly confused so apologies if I misunderstood what you are saying.


The project update category is all about creating topics to record and notify people on update to your games. Are you planning on doing that here? If you are, then this is the perfect place for your topic!

If you want people to report bugs for your projects the best place for that is #collaborations-and-beta-testing where you can have people test your games.

If you have a certain bug that’s really hard to fix, get specific help at #debug-my-code !


Tell me if you have any questions! Hope this helps!

4 Likes

Ok umm i will get on that

4 Likes

@William04GamerA, can you change this topic to debug my code

5 Likes

Got you! I just changed the category.

6 Likes

Thank you!

4 Likes

Okay, can anyone tell me how to do a new type of pen?

4 Likes

@CinnabunPizza There’s no way you could know this, but if you solve a topic, the topic will automatically be closed in one week! You can still un-solve it:

  1. Got o William04GamerA’s post
  2. Click on the solution mark
5 Likes

There you go

4 Likes

I will look for bugs

3 Likes

I think i found a bug but when you go to more, to change color it gets rid of your drawing. How do i fix this

1 Like

I think it’s because it’s a completely different scene. Every time you enter a scene, it restarts that scene.(i think.) The best way to fix this would be to put these two rules and code inside of everything that is not visible after more is tapped(make a variable named More or smth like that):

When More = 0
Set invisibility 0

When More = 1
`Set invisibility 100

And the ones that are only visible after you tap more:

When More = 1
Set invisibility 0

When More = 0
`Set invisibility 100

I can remix your project with how to do this, if you want. Just tell me. Also, the easiest way to get this code to all is to use custom rules.

And just have one scene in your entire project to have it to work, dont switch scenes at all.

2 Likes

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