This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2013-01-25 00:01:21

bullelk12
Scratcher
Registered: 2012-05-26
Posts: 100+

Anchor blocks

I like the idea of making sprites that can stick to other sprites without pause. I'm not sure how this would work but it would be a pretty cool addition.


http://mag.racked.eu/cimage/i6000/Achievement++get%21/Scratcher+love+minecraft%21/mca.png

Offline

 

#2 2013-01-25 09:47:05

technoguyx
Scratcher
Registered: 2008-10-18
Posts: 1000+

Re: Anchor blocks

It's quite simple to do yourself, actually

when gf clicked
set [x offset v] to [50]
set [y offset v] to [25]
forever
    go to x: (([x position v] of [Sprite2 v]) + (x offset)) y: (([y position v] of [Sprite2 v]) + (y offset))
end
Probably could be made a custom block in 2.0, too.  wink


http://getgnulinux.org/links/en/linuxliberated_4_78x116.png

Offline

 

Board footer