Discuss Scratch

lilakeety
Scratcher
4 posts

how can you make something obrit around a moving thing?

how?
bcs320jn
Scratcher
100+ posts

how can you make something obrit around a moving thing?

Make the costume off-centered, then do this:

forever
go to [... v]
turn cw (...) degrees
end

lilakeety
Scratcher
4 posts

how can you make something obrit around a moving thing?

sure i will check it out!
ThatCoder77471
Scratcher
1000+ posts

how can you make something obrit around a moving thing?

this may help https://scratch.mit.edu/projects/651441439/


A Terminal-Based Scratch Programmer for Windows and Linux


Also,
osu!lazer



soundwarning
Scratcher
15 posts

how can you make something obrit around a moving thing?

when green flag clicked
forever
set [sprite 1 x pos v] to (x position)
set [sprite 1 y pos v] to (y position)
end

and then
set x to (sprite one x pos)
set y to (sprite one y pos)

then have the costume uncentered if you want 2 different sprites

Powered by DjangoBB