aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
I do not know how to add collision.
If someone could please show me how to make a basic collision check in scratch, it would help.
As for differences compared to MK1, I've added WASD movement, and streamlined the code for movement.
Not much has changed so far.
Share what you got so far on scratch and I can add collision to it; I know a script that is the best collision script, but it’s basically impossible to explain without seeing it work.
By the way, you’re just gonna want to have every single script in a loop starting with the flag being pressed.
Yeah, that's what I did for movement.
Had to delete it all since while it did work fine, it could be clipped through.
Well yeah, what I would be doing is replacing your whole collision script.
The current script is:
When flag pressed:
(Forever)
If touching HERO_BLOCKADE:
Move -5 steps
Currently, you can clip through the object... but not from the LEFT.
Yeah no that is not at all what a good collision script is
Just share your current state and I’ll fix it on my alt (CreepzeeTheCreeper)
Alright I’ll do it as soon as I can (which unfortunately isn’t right now…)
I think I have an Idea, I'll give you the greenlight if it doesn't work.
I now need to work on edge-of-screen collision.
...and WASD-based collision.
And multi-blockade collision.
…maybe just use my system instead…
I did it with full input support and edge collision. For the multiple blockade thing, just use clones of HERO_BLOCKADE
I just crashed out in the middle of class bro (T o T)
Ehhh... I think mine works a little better. Could just be self bias tho

