Design helper lib

by loucheman
See Code Download Embed
v1.0    1st release
==============
- Little move blocks
  - left , right , up , down : move the current
    sprite on the screen (1 pixel in that
    direction) to move it to a specific place
    on the stage.
  - left _ , right _ , up _ , down _ : move the
    current sprite on the screen (1 pixel in
    that    direction) to move it to a specific
    place on the stage.
  - center horizontally (on the stage)  
  - center vertically (on the stage)

v1.1  
===
- Pivot blocks
  - set pivot to my center
  - move horizontal pivot to _
  - move vertical pivot to _
v1.2  
===
- Alignment blocks
  -  _ alignment of _ <> with _ offset _
    (ex: left-left 0 alignment of sprite with
    sprite2 offset 10)
  - distribute sprites _ <> _ on the stage
    (keep natural order t/f)
    (ex: distribute sprites sprite sprite2
    sprite3 <> vertically on the stage true)
  - Object helper : an object picker to use
    with "distribute sprite" block
v1.3
===
- Alignment blocks
  - distribute free space between sprites _
    <> _ ( keep natural order _ )
    (ex: distribute free space between
    sprites sprite sprite2 sprite3 <> 
    vertically ( keep natural order true)
v1.4
===
Add a demo for alignment aud distribute block

Created March 6, 2023

Last updated March 6, 2023

Published March 6, 2023