Again, drag the block into any active Snap! window you may have, then activate JavaScript extensions, and then the block. Now, a dialog box will be shown upon activation.
I'm getting a new personal computer by Thursday, so updates will be more frequent and I can also work on some new cool mods! Be on the lookout for some cool stuff
Hey guys! I've kinda ran out of ideas, but I do have some! You can ask me to make some features and I'll go ahead and think about them. Here are some that I have:
Add support for non-blocks, like sprites, costumes, sounds (NOT PROJECTS! you have your built in browser option in > Open... now you just need to know how to add the project data to it)
Work on the edit library (but im too bored right now )
Any other ideas would be appreciated (and encouraged)
, but it would also require a major change to the website itself. kinda useless since you can already share library xml files on the forum or share projects with all the blocks in question normally.
Of course. I only have these since the others are only saving tests:
Left, right, top and bottom.spl
name=Tethrarxitet - Left, right, top and bottom
description=Small blocks to position sprites correctly
xml=<blocks><block-definition s="set left to %'left'" type="command" category="motion"><comment w="199.56521739130437" collapsed="false">Sets the X position of the sprite so that the left touches the new value.</comment><header></header><code></code><translations></translations><inputs><input type="%n" initial="1">0</input></inputs><script><block s="changeXPosition"><block s="reportDifference"><block var="left"/><block s="reportGet"><l><option>left</option></l></block></block></block></script></block-definition><block-definition s="set right to %'right'" type="command" category="motion"><comment x="0" y="0" w="199.56521739130437" collapsed="false">Sets the X position of the sprite so that the right touches the new value.</comment><header></header><code></code><translations></translations><inputs><input type="%n" initial="1">0</input></inputs><script><block s="changeXPosition"><block s="reportDifference"><block var="right"/><block s="reportGet"><l><option>right</option></l></block></block></block></script></block-definition><block-definition s="set top to %'top'" type="command" category="motion"><comment x="0" y="0" w="199.56521739130437" collapsed="false">Sets the Y position of the sprite so that the top touches the new value.</comment><header></header><code></code><translations></translations><inputs><input type="%n" initial="1">0</input></inputs><script><block s="changeYPosition"><block s="reportDifference"><block var="top"/><block s="reportGet"><l><option>top</option></l></block></block></block></script></block-definition><block-definition s="set bottom to %'bottom'" type="command" category="motion"><comment x="0" y="0" w="199.56521739130437" collapsed="false">Sets the Y position of the sprite so that the bottom touches the new value.</comment><header></header><code></code><translations></translations><inputs><input type="%n" initial="1">0</input></inputs><script><block s="changeYPosition"><block s="reportDifference"><block var="bottom"/><block s="reportGet"><l><option>bottom</option></l></block></block></block></script></block-definition></blocks>
I've had an idea for a while now but haven't gotten around to asking if you were okay with it.
Basically, I was thinking of forking this and having it pull from a GitHub repo that anyone could make a PR to instead of your localstorage, could I do this?