3.1.3
We've been working on improving Clip Community for the past two months, so we've delayed the development of the editor. Anyway, 3.1.2 still brings some useful updates. Let's take a look!
✨ Changelog
🧬 Refactoring global functions
When calling a global function in the last version, the target(sprite) being manipulated is the caller, not the callee. If there are blocks in the global function that can only be used by a sprite or stage, and the corresponding (sprite/stage) is not correct when calling, the behavior is undefined.
This adjustment was made to conform to Scratch's original definition of custom blocks (saving blocks). This change may break some projects, so we hope you notice this change in time!
🚥 Add color swatches in paint editor
We merged the scratchfoundation/scratch-paint#1698, which introduced a new color panel. We hope this feature can better help you in your artistic creation!
🐣 Changed our default sprite
Due to some security issues, we decided to replace the default character Sparrow that we had been using for a year. We named the new default character Cyanston (Chinese name is 青砚) I hope you'll like him!
🔧 Bug fix
- Fix the offset issue in function editor.
- Fix the issue that able to repeatedly create functions with the same name.
- Fixed an issue where the desktop version could not open the extension store.
- Fixed an issue where the mobile terminal could not run the project properly.