Slingshot BUILDTOOL:create NEW or play LEVEL1-5: to do: COPY CODE
Slinghsot BUILDtool to create own level play and change levels 1 2 3 4 5.
code from a construction to be used into a slingshot game.
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
code from a construction to be used into a slingshot game.
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