Discuss Scratch

CastProjects
Scratcher
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/
hatted_bingus
Scratcher
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
Scratcher
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
Scratcher
92 posts

Sonic Editor - More like Sonic Bugs! ( Searching for help! ) My First Forum.

CastProjects wrote:

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/
I can help you. I've done many level editors in the past!

Last edited by crumbthehog (Dec. 3, 2022 21:19:20)

crumbthehog
Scratcher
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
Scratcher
15 posts

Sonic Editor - More like Sonic Bugs! ( Searching for help! ) My First Forum.

crumbthehog wrote:

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.
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? )

Last edited by CastProjects (Jan. 14, 2023 23:12:31)

crumbthehog
Scratcher
92 posts

Sonic Editor - More like Sonic Bugs! ( Searching for help! ) My First Forum.

CastProjects wrote:

crumbthehog wrote:

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.
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 do you still need my help?

Powered by DjangoBB