Projects from Karel, including ML5 and ZIM and more!

happy slideshow https://docs.google.com/presentation/d/1F_L0mSoVjuwawZpiNo5aEN7vHQuiL0o-ai0yVna6-es/edit?usp=sharing


to play the game in ZIM

geoboard tool is the basic tool to make an svg

and now I made also the svg import and change the fill of the blob in an svg
as here a blob must be edited by dragging grey circles

or here by drawing on the stage

turning must be possible with the new ZIM gesture

as also the thickness must be able to set to draw

Netherlands NL example to set thickness

as it is possible to draw here (not with webcam)

information to be possible to understand how spirtes work

forbore it was with F.loadAssets

so you better can understand how an accerlator file works

you can find it at


slideshow
https://docs.google.com/presentation/d/1Q1SeeGF23JSYPUFsSOb8q8pW3Mqwic2yWnXtsUxDkN0/edit?usp=sharing

see monster walking example

with this sprite https://i.imgur.com/ASEui1p.png

so found out new code added to be able to change the settings at the top


but can be als .pos(0,190,CENTER,BOT) //not working for portrait
and for markerfair

Happy to finaly show the ZIM blob maker
I had big problem that it wasn't possible after transform to edit the blobpoints


so now it is possible, the grey blobpoints may not scale when trasform is used
so that is fixed also so the transform is saved into the generated code


and handles may not resize of the blob when trasfrom is used

so again and again, happy it is solved

so fixed here the showReg() is centered



see

instead of using https://zimjs.com/paths because now multiple are possible and coloring !
version 2 works perfect also with line and poly

now I want to be able to cut the Blob as a Squiggle

I made my own gum/eracer tool that slices in 3 parts and removes the middle part: 2 shapes are left always

slice egg with eraser with a value and undo and redo button

see topic
https://forum.zimjs.com/t/how-can-i-exatly-slice-split-a-squiggle-as-it-is-possible-with-a-blob-already/4894?u=karelrosseel82

version 4 doing it correct with erase

also selecting multiple objects now possible

and multiple select with ctrl also works in the future https://zimjs.com/explore/multipleSelect.html

greetings from robot+scratch camp in Gent
image

how cool to have a game with cars going forward on a squggle

coloring an svg is very cool now

now also you can do it with colorpicker

as taxi now all emoji can can be loaded

how cool now your can use trackpad on a laptop with gestures


I made the suggestion also for noto svg google font and firstperson trackpad

how cool now noto_emoji can be used for indicator

pinball can now with noto-emoji been made

happy firstperson bubble dpad is working now for

it is doing the rocket smaller when higher

	    const zoom = new Proportion(H*.1, H*.8, .3, 1)
		    const speed = new Proportion(0, H, 2, 8)
		    Ticker.add(()=>{
		        object.scale = zoom.convert(object.y);
		        mc.speed = speed.convert(object.y);
		    });

so I made this also with indicator


also used at the sprite butterlfy example

how cool 24+25 oktober I will be on https://ftifestival.be/next
presenting the new ZIM kids with noto-emoji for lunapark, it can be many now

but I need same color
image
so made it here