I think it only works for users who had it enabled while it was available (@the experimental viewer)
Offline
mitchboy wrote:
legoscratch wrote:
mitchboy wrote:
That takes me to the home page for some reason.Weird... it works for me. Maybe it logs you out for some reason...?
I am using a Windows XP computer and it doesn't log me out. Some other people have reported this too. I've tried Chrome, Firefox, and IE, so it's not the browser.
Should this go in another topic? It seems like a bug/glitch.
Offline
coolhogs wrote:
mitchboy wrote:
legoscratch wrote:
Weird... it works for me. Maybe it logs you out for some reason...?I am using a Windows XP computer and it doesn't log me out. Some other people have reported this too. I've tried Chrome, Firefox, and IE, so it's not the browser.
Should this go in another topic? It seems like a bug/glitch.
The original topic was about adding a block to Scratch. Now, lets get back on topic.
Offline
veggieman001 wrote:
I think it only works for users who had it enabled while it was available (@the experimental viewer)
Ah, that'll be it.
Offline
RedRocker227 wrote:
veggieman001 wrote:
I think it only works for users who had it enabled while it was available (@the experimental viewer)
Ah, that'll be it.
Yes, I think so too. It also works fine for me.
Offline
veggieman001 wrote:
I think it only works for users who had it enabled while it was available (@the experimental viewer)
You're probably right.
Offline
It could be
<round (10) to the nearest [hole number v]>so you could say;
<round (5.47) to the nearest [tenth v]>and that would be 5.0
Last edited by PencilFactory (2012-02-21 20:14:37)
Offline
That would be pretty useful. I don't like it when it always has to round to the nearest 1. I think it shouldn't be a default block, but I think it would be a good suggestion for block makers.
Offline
PencilFactory wrote:
It could be
<round (10) to the nearest [hole number v]>so you could say;<round (5.47) to the nearest [tenth v]>and that would be 5.0
Actually, 5.47 to the nearest tenth is 5.5
Offline
Lucario621 wrote:
bobbybee wrote:
There is already a way to do it. Heres how:
round (5/10 * 10)I'll try to clarify this...
Let's say I have a number, 17.283. I want to round it to the nearest tenth. So I do this:set [number v] to ( (round ( (17.283) * (10) ) ) / (10) )17.283 times 10 is 172.83, and 172.83 rounded is 173, and 173 divided by 10 is 17.3.
It continues for other places:set [hundreds v] to ( (round ( (x) / (100) ) ) * (100) ) set [tens v] to ( (round ( (x) / (10) ) ) * (10) ) set [ones v] to (round (x)) set [tenth v] to ( (round ( (x) * (10) ) ) / (10) ) set [hundredth v] to ( (round ( (x) * (100) ) ) / (100) )However, I agree, a block for rounding to specific places would be handy.
Yes, this is one way to do it, but if it could be simpler, why not have that?
Offline
Lucario621 wrote:
bobbybee wrote:
There is already a way to do it. Heres how:
round (5/10 * 10)I'll try to clarify this...
Let's say I have a number, 17.283. I want to round it to the nearest tenth. So I do this:set [number v] to ( (round ( (17.283) * (10) ) ) / (10) )17.283 times 10 is 172.83, and 172.83 rounded is 173, and 173 divided by 10 is 17.3.
It continues for other places:set [hundreds v] to ( (round ( (x) / (100) ) ) * (100) ) set [tens v] to ( (round ( (x) / (10) ) ) * (10) ) set [ones v] to (round (x)) set [tenth v] to ( (round ( (x) * (10) ) ) / (10) ) set [hundredth v] to ( (round ( (x) * (100) ) ) / (100) )However, I agree, a block for rounding to specific places would be handy.
Cool!
@Owner. I support, as this might be complicated for some new scratchers.
Offline
RedRocker227 wrote:
mitchboy wrote:
legoscratch wrote:
Really? I don't see it. Click here and see if you can find it.That takes me to the home page for some reason.
Yeah, me too. I'm on my iPod, so it may be something to do with that...
I'm on my home computer and it's taking me to the homepage
Offline
The Scratch Team is working on enabling building your own block, why not wait until Scratch 2.0 comes out, use the workarounds, and create the block yourself. It would be useful, but it would only be made for the next update which would allow you to make it.
Offline
TorbyFork234 wrote:
The Scratch Team is working on enabling building your own block, why not wait until Scratch 2.0 comes out, use the workarounds, and create the block yourself. It would be useful, but it would only be made for the next update which would allow you to make it.
They will only have custom stack blocks in 2.0. D:
Offline
scimonster wrote:
TorbyFork234 wrote:
The Scratch Team is working on enabling building your own block, why not wait until Scratch 2.0 comes out, use the workarounds, and create the block yourself. It would be useful, but it would only be made for the next update which would allow you to make it.
They will only have custom stack blocks in 2.0. D:
D: D:
Offline