Trail not working?

id: 751016

category: Help with Scripts

posts: 5

-ExoByte- -ExoByte- loading
So I'm working on a framework for a game I'm going to make. It's a side-scrolling platformer. Problem is, the trail when you run just looks… off. Any idea on how I should fix this? https://scratch.mit.edu/projects/984447848/
what did you wish the trail to look like
-ExoByte- -ExoByte- loading

Little_Mittle12345 wrote:

what did you wish the trail to look like
Kinda like how it works in games like Mega Man X/Z/ZX
put the
if <(direction) = [90]> then
change x by (-20)
else
change x by (20)
end

in the repeat 10 block
but it still feels 'off' but it's better..
is this what you asked for?




was
-ExoByte- -ExoByte- loading

Little_Mittle12345 wrote:

put the
if <(direction) = [90]> then
change x by (-20)
else
change x by (20)
end

in the repeat 10 block
but it still feels 'off' but it's better..
is this what you asked for?




was
Still a bit “chunky”, but it IS definitely a better improvement. Ty!