Discuss Scratch

WsDanzel
Scratcher
40 posts

Adjustment

Adjust sprites without any glitches.

move sprite [up v] :: extension // Up or down.

turn sprite left (15) :: extension // You can change the input with an angle!

move sprite (10) steps :: extension // This is same as the move block.

message to ST: if this is a dupe. close this.

If you see this on my signature, you’ve been infected by the NotK3ndricAlt virus! Put this on the top of your signature and add your name to the list of people who got this virus to help NotK3ndricAlt get more followers.
List of people who got this virus: NotK3ndricAlt, WsDanzel
(note: I changed the signature i rewrited to)
———— Welcome to Windows Danzel ————
No F4F - No Asking For Private Info - Dont Remix Projects Badly
when green flag clicked
go to x: (0) y: (0)
set [steps v] to [0]
forever
move (3) steps
change [steps v] by (1)
if <(steps) = (5)> then
stop [all v]
end
end

Powered by DjangoBB