Slingshot BUILDTOOL:create CODE by dragging:metal/wood/item (DIY+1ex)
this is the tool to create code from a construction to be used into a slinshot game. is a slingshot idea from zimjs.com/five/slingshot4 from this article dev.to/zimlearn/angry-birds-like-physics-game-in-15-minutes-with-zim-9al,
the basic idea is that you can can drag a circle/ball to cans/wood rectangles.
now with this ice version: you drag to Steve from minecraft, and the snowman minecraft, aftwards you can DIY do-it-yourself and place everything where you want it yourself.
Tip: when you want to code it yourself you need code to place() on exact position with .loc(x,y) onto the stage, use the console F12 or ctrl+shift.i
you need x-value and y-value
so how to find them is with new Grid()
or you can use .place() so find easier the exact location of the registrationpoint
by Karel RosseelORIGIN
the basic idea is that you can can drag a circle/ball to cans/wood rectangles.
now with this ice version: you drag to Steve from minecraft, and the snowman minecraft, aftwards you can DIY do-it-yourself and place everything where you want it yourself.
Tip: when you want to code it yourself you need code to place() on exact position with .loc(x,y) onto the stage, use the console F12 or ctrl+shift.i
you need x-value and y-value
so how to find them is with new Grid()
or you can use .place() so find easier the exact location of the registrationpoint