Discuss Scratch

meatloaf28
Scratcher
100+ posts

I need help making a mobile friendly level editor for the tile scrolling tutorial by @griffpatch

I need help making a mobile friendly level editor for the tile scrolling tutorial and yes, I am still working on it (i have been trying to get the mobile friendly level editor for 5 months) so what I'm doing is making a block palette to select blocks. So please help me!!!!!!!!!! Here is the link to the level editor https://scratch.mit.edu/projects/597627523/editor/ just please oh please help me!
when green flag clicked
go to [help or else I'll be really sad]
if <<[help] = [yes]>>then
broadcast [I'll follow you]
end

Last edited by meatloaf28 (Jan. 11, 2022 01:22:23)

CamG777
Scratcher
100+ posts

I need help making a mobile friendly level editor for the tile scrolling tutorial by @griffpatch

Works for me. What is the bug?
meatloaf28
Scratcher
100+ posts

I need help making a mobile friendly level editor for the tile scrolling tutorial by @griffpatch

When I press the arrow and get to the last page, if I press the arrow again then it won't show anything
Thingied
Scratcher
1000+ posts

I need help making a mobile friendly level editor for the tile scrolling tutorial by @griffpatch

The arrow sprite clones itself when the “Brush=Yes” message is received. What this does is exponentially increase the amount of clones because clones also receive the message. The fix is to remove the clone block first seen in the “Arrow” sprite.
meatloaf28
Scratcher
100+ posts

I need help making a mobile friendly level editor for the tile scrolling tutorial by @griffpatch

Thingied wrote:

The arrow sprite clones itself when the “Brush=Yes” message is received. What this does is exponentially increase the amount of clones because clones also receive the message. The fix is to remove the clone block first seen in the “Arrow” sprite.
Thingied
Scratcher
1000+ posts

I need help making a mobile friendly level editor for the tile scrolling tutorial by @griffpatch

meatloaf28 wrote:

still not working *sigh*
Forgot to mention to change the “change page” script to this:

Basically just gives the clones room to delete themselves.

Powered by DjangoBB