jelte1908 jelte1908 loading
make a sprite with barrier

forever
if <touching [ barrier] ?> then
go to x: (variablex) y: (variabley)
end
end

and

when green flag clicked
forever
set [variablex] to (x position)
set [variabley] to (y position)
end