hi kubriel, thanks for your suggestions and bug report. to make these problems a bit easier to deal with you can set the cursor colour in your .fluxus.scm file like this:
(set! fluxus-scratchpad-cursor-colour #(1 0 0)) and you can use ctrl+b to blow up the cursor for a moment.
it is possible to get the position, rotation and scale of already builded primitives?
yes, look into (get-transform) and (get-global-transform). best, gabor
