-
Need for a code dictionaryBasically I'm willing to build an animation extension ( |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello there! I'm FurryR (Shinogi Kumagai), an unofficial extension developer. I'm here to help you. What happenedAs you see, Gandi has poor documentation. There's no code dictionary, so you have to read the source code to find out how to code. Kinda wild, but you can see scratch3_motion.js for more information about your problem. HowKinda wild, but you can see scratch3_motion.js for more information about your problem. You can use util.target.setXY(0, 0); For animations, see You can use In order to publish your extension, you need to invite a translator to translate your extension into Simplified Chinese. |
Beta Was this translation helpful? Give feedback.
Hello there! I'm FurryR (Shinogi Kumagai), an unofficial extension developer. I'm here to help you.
What happened
As you see, Gandi has poor documentation. There's no code dictionary, so you have to read the source code to find out how to code.
Kinda wild, but you can see scratch3_motion.js for more information about your problem.
How
Kinda wild, but you can see scratch3_motion.js for more information about your problem.
You can use
util.target
to get current target.For animations, see
glide()
.You can use
util.yield()
to yield the execution.In order to publish your extension, you need to invite a translator to translate your extension into Simplified Chinese.