Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Sonic Editor - More like Sonic Bugs! ( Searching for help! ) My First Forum.
- CastProjects
-
15 posts
Sonic Editor - More like Sonic Bugs! ( Searching for help! ) My First Forum.
Sonic Editor it's a level editor i've tried to design, but i'm needing some help. I didn't see anything wrong with the code or sprites, but OH MY GOD it is a mess…
Still wanna do something with this, like adding Motobugs, some more decoration, and i didn't even made a feature to PLAY THE LEVEL!
So, yeah, that's it, anyone who wants to contribute with a 10 year old, just do what you can, and thank you!
Project's link here: https://scratch.mit.edu/projects/712104959/
Still wanna do something with this, like adding Motobugs, some more decoration, and i didn't even made a feature to PLAY THE LEVEL!

So, yeah, that's it, anyone who wants to contribute with a 10 year old, just do what you can, and thank you!
Project's link here: https://scratch.mit.edu/projects/712104959/
- hatted_bingus
-
74 posts
Sonic Editor - More like Sonic Bugs! ( Searching for help! ) My First Forum.
for a 10 year old your pretty smart, im only 11 and i can barely do my blocks code. maybe search the wiki? thats my advice.
- CastProjects
-
15 posts
Sonic Editor - More like Sonic Bugs! ( Searching for help! ) My First Forum.
Thank u! I should search somethink in the wiki, how do i didn't thiked about it!
- crumbthehog
-
92 posts
Sonic Editor - More like Sonic Bugs! ( Searching for help! ) My First Forum.
Sonic Editor it's a level editor i've tried to design, but i'm needing some help. I didn't see anything wrong with the code or sprites, but OH MY GOD it is a mess…I can help you. I've done many level editors in the past!
Still wanna do something with this, like adding Motobugs, some more decoration, and i didn't even made a feature to PLAY THE LEVEL!
So, yeah, that's it, anyone who wants to contribute with a 10 year old, just do what you can, and thank you!
Project's link here: https://scratch.mit.edu/projects/712104959/
Last edited by crumbthehog (Dec. 3, 2022 21:19:20)
- crumbthehog
-
92 posts
Sonic Editor - More like Sonic Bugs! ( Searching for help! ) My First Forum.
ok so there are many optimizations I would make. one thing is instead of keeping track of x and y for the tiles, you should keep track of tile ID and the grid width and height. the whole engine seems to be a bit off, but I'm not sure I can fix it without re-writing most of the code. 

- CastProjects
-
15 posts
Sonic Editor - More like Sonic Bugs! ( Searching for help! ) My First Forum.
I'm allowing u to do whatever you want actually, i'm trying to make a new Sonic Editor but simplier, and it is pretty cool! Just do what u want. ( And i don't know about width and height, gimme some links to your level editors? ) ok so there are many optimizations I would make. one thing is instead of keeping track of x and y for the tiles, you should keep track of tile ID and the grid width and height. the whole engine seems to be a bit off, but I'm not sure I can fix it without re-writing most of the code.
Last edited by CastProjects (Jan. 14, 2023 23:12:31)
- crumbthehog
-
92 posts
Sonic Editor - More like Sonic Bugs! ( Searching for help! ) My First Forum.
ok so do you still need my help?I'm allowing u to do whatever you want actually, i'm trying to make a new Sonic Editor but simplier, and it is pretty cool! Just do what u want. ok so there are many optimizations I would make. one thing is instead of keeping track of x and y for the tiles, you should keep track of tile ID and the grid width and height. the whole engine seems to be a bit off, but I'm not sure I can fix it without re-writing most of the code.
- Discussion Forums
- » Help with Scripts
-
» Sonic Editor - More like Sonic Bugs! ( Searching for help! ) My First Forum.