snekse
My feedback
11 results found
-
4 votes
Sorry. That is a known bug. Currently it should be around 24 hours.
For now just remind your kids to refresh the page every day.An error occurred while saving the comment snekse shared this idea · -
3 votes
An error occurred while saving the comment snekse commentedThis would be super cool if you could pull it off. I think the watchlist might be a bit much, but a stepper that tells what the values are for the variables on the current line would be really neat. I can't imagine what parent's who do not code do when their kids decide to experiment and the app throws an error.
-
8 votes
An error occurred while saving the comment snekse commentedI was thinking the same thing the other day. Just adding a landscape() or landscape(true) call at the beginning of the app. Once this happens, I'll be adding a feature request for a landscape 'dragracing' fill. :-)
snekse supported this idea · -
12 votes
An error occurred while saving the comment snekse commentedJust tested this. It works, but only kind of. The interval is all messed up. Trying setTimeout has the same problems.
An error occurred while saving the comment snekse commentedIt's not documented as part of the Bitsbox language, but you can use setInterval
// ---- START CODE ----
function randomUFO() {
stamp('ufo',random(750),random(1000))
}setInterval(randomUFO, 1500)
// ---- END CODE ----
-
6 votessnekse shared this idea ·
-
4 votes
An error occurred while saving the comment snekse commentedI think this is now implemented in the upper right corner.
-
14 votes
Asked our developers and they said it would not be difficult to add, but would need extensive testing. It is in our feature request list!
snekse supported this idea · -
6 votes
An error occurred while saving the comment snekse commentedI have really mixed feelings on this. When I learned to code, I learned in Notepad doing Java. It really made you learn instead of relying on a crutch. If this is added, it should be a toggle in the settings so a parent can decide which they prefer their kids to learn with.
-
16 votessnekse supported this idea ·
-
19 votes
This is a very cool idea for classroom use!
As a workaround, for now you could create a google document that all the kids have access to. They can each hit the share button and copy their app url’s into the document, along with their name and an app title or something. I hope that helps!
snekse supported this idea · -
7 votessnekse supported this idea ·
An error occurred while saving the comment snekse commentedThere's not a share URL for a user though. My daughter want's to share all of her apps with her grandparents or friends. I think Robert is asking for a URL that acts as a landing page for all of the apps, not just one.
More specifically, if the session has expired (i.e. the "assets" documentation icon no longer shows), then you should be prevented from typing new code. At the very least, something should happen when you click the green play button.