Its a rick roll block!!
('rick roll' #- haha)
haha
cursor wait showWhile: [ScratchPlugin primOpenURL: 'http://www.scratch.mit.edu/ext/youtube/?v=oHg5SJYRHA0']
Offline
I can think of a lot better blocks, such as my blocks for running and reporting squeak code.
Offline
nXIII wrote:
Billybob-Mario wrote:
I can think of a lot better blocks, such as my blocks for running and reporting squeak code.
It was a joke. And that block takes one line to write.
With those blocks, you can make any block or anything.
Offline
I made a [go to youfail.org] block:
Block spec:
('go to youfail.org' #- #goToYouFailOrg)
Method:
goToYouFailOrg
Cursor wait showWhile: [ScratchPlugin primOpenURL: 'http://youfail.org']
The code's pretty much the same thing!
Last edited by jackrulez (2010-08-30 10:28:21)
Offline
you guys all do realize that you don't need the cursor bit right? i keep on seeing it in these codes and it's not really necessary. it just shows the wait cursor... and it takes up lines of code. you wouldn't have that in OS code
Offline
LS97 wrote:
you guys all do realize that you don't need the cursor bit right? i keep on seeing it in these codes and it's not really necessary. it just shows the wait cursor... and it takes up lines of code. you wouldn't have that in OS code
Oh.
Offline
It is kind of obvious though if you look at the code.
Offline