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!
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!
@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:
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.