johnnydean1 wrote:
Hmmm NXIII this means war
No ... I just take a bunch of blocks and fix/optimize them and put "(optimized by nXIII)" at the end of the author field.
And I would prefer teamwork to war.
EDIT: What does that large-ish block you posted do?
Last edited by nXIII (2010-06-13 10:46:13)
Offline
What compile/decompile or what?
Offline
@ Sparks
I just submitted a block, and then deleted it on my Panther my mistake. Its called Mix Colours X: Y: to X: Y:
Can you post the code plz.
Offline
I HAD AN IDEA!! since I couldn't email my competition submission to you, I'll just make a block in CYOB with the whole thing in it. That should work.
Offline
ScratchReallyROCKS wrote:
I HAD AN IDEA!! since I couldn't email my competition submission to you, I'll just make a block in CYOB with the whole thing in it. That should work.
em. technically yes, I don't know how happy Panther will be running a one block project but you can try!
jd:
|t5 t6 t7 t8 t9 t10 t11 t12| t5_ t3 - t1. t6_ t4 - t2. t5_ self computeFunction: (abs) of: (t5) . t6_ self computeFunction: (abs) of: (t6) . t7_ 0. t8_ 0. t9_ self colorAtX: (t1) y: (t2) . t5 timesRepeat: [ t7_ t7 + 1. t8_0. t6 timesRepeat: [ t8_ t8 + 1. t10_ t8 + t1. t11_ t7 + t2. t12_ self colorAtX: (t10) y: (t11). t9_ self mixColor: (t9) with: (t12). ]. ]. ^t9
Offline
|t5 t6 t7 t8 t9 t10 t11 t12| t5_ t3 - t1. t6_ t4 - t2. t5_ self computeFunction: ('abs') of: (t5) . t6_ self computeFunction: ('abs') of: (t6) . t7_ 0. t8_ 0. t9_ self colorAtX: (t1) y: (t2) . t5 timesRepeat: [ t7_ t7 + 1. t8_0. t6 timesRepeat: [ t8_ t8 + 1. t10_ t8 + t1. t11_ t7 + t2. t12_ self colorAtX: (t10) y: (t11). t9_ self mixColor: (t9) with: (t12). ]. ]. ^t9
Can you use that, its corrected. Stupid '
Offline
Added a requested block to the block shop
Offline
nXIII just worked out a method with php that's about a zillion times faster than the method I first used (yup, I counted)
jd1:
it's nice to see you so enthusiastic about the blockshop but you don't have to comment with what you sent us every single time we do get an email with the code and everything, you know
Offline
Ok, I thought it was posted on the website
Offline
climber59 wrote:
On the requested blocks page there is a thing that says "Title Text." It's above the suggestion box.
Ill just go fix that...
Fixed: http://pantherprogramming.weebly.com/block-suggestions.html
Last edited by markyparky56 (2010-06-13 13:55:08)
Offline
how many blocks have you got and whose done the most?
And when is blockshop out!
Offline
there are about 21 blocks at last count. The biggest contributors are jd1 and nXIII but others have contributed including members or the Panther team and rocket101. Blockshop itself is nearly finished but I think it relies on some of the new features coming out in 1.1 so it will not be released until then.
Offline
Cool, so 10 blocks per page...
3 pages inc. my friends block
so we have 2 pages not inc. my friends block
Offline
cds56 wrote:
nXIII, I hope that the stage will not be 240x480
that would disappoint me greatly.. Just pointing out that that may or may not be a typo.
typo... 480x360 still.
Last edited by nXIII (2010-06-13 21:34:01)
Offline
I need some help. Can someone make a
|make costume from X: $Number$ Y: $Number$ to X: $Number Y: $Number$|
It takes a part of the screen and makes it into a costume...
Offline
And a pitch of block. Like loudness but pitch.
I tried both, but failed...
Offline
I like both those ideas, and had them too that just goes to show how much they're needed I reckon that the stage grabbing block would work ok but I don't know whether the squeak VM can read the microphone pitch
Offline
Im looking into Pitch. I was thinking of making a singing game so.....
Offline
A little news update for anyone still following this thread after 125 standard pages consisting of 3124 posts
We are currently working on 1.1 and making good headway. Our aim is (bharvey can be smug about this if he likes) to adopt some of the first class methods used in BYOB (permission granted, credit given). hopefully this will include the ability to treat pictures like everthing else, allowing costumes and maybe whole sprites to be read from files and webpages.
Blockshop is coming on extraordinarily well and I'm glad that people have shown so much interest and support for it. The good feedback on the idea has caused us to invest a lot of time and effort into making the blockshop project as userfriendly and fast as possible. nXIII and I are working together on it right now The project will feature blocks shared by users, all availiable free to download. The project will even turn it into a physical block for you! what's more, we have devised a search filter option that lets you search very specifically for blocks, by checking or unchecking boxes next to block and catagory types, as well as a keyword search (still in development) and shows you information about most contributing users, most viewed/downloaded block and much more!
Pantheronline, our soon-to-be sharing site is moving ahead in leaps and bounds thanks to nXIII's excellent html and php coding and we hope to release proper project sharing to that site, with comment systems included!
MathWizz has been a bit quiet lately so I can't say how the java player is going, but it's clear that some of our blocks (including any custom blocks) will not work online.
Hope that keeps the hunger at bay feel free to ask questions and comment
peace
Offline
sparks wrote:
A little news update for anyone still following this thread after 125 standard pages consisting of 3124 posts
We are currently working on 1.1 and making good headway. Our aim is (bharvey can be smug about this if he likes) to adopt some of the first class methods used in BYOB (permission granted, credit given). hopefully this will include the ability to treat pictures like everthing else, allowing costumes and maybe whole sprites to be read from files and webpages.
Blockshop is coming on extraordinarily well and I'm glad that people have shown so much interest and support for it. The good feedback on the idea has caused us to invest a lot of time and effort into making the blockshop project as userfriendly and fast as possible. nXIII and I are working together on it right now The project will feature blocks shared by users, all availiable free to download. The project will even turn it into a physical block for you! what's more, we have devised a search filter option that lets you search very specifically for blocks, by checking or unchecking boxes next to block and catagory types, as well as a keyword search (still in development) and shows you information about most contributing users, most viewed/downloaded block and much more!
Pantheronline, our soon-to-be sharing site is moving ahead in leaps and bounds thanks to nXIII's excellent html and php coding and we hope to release proper project sharing to that site, with comment systems included!
MathWizz has been a bit quiet lately so I can't say how the java player is going, but it's clear that some of our blocks (including any custom blocks) will not work online.
Hope that keeps the hunger at bay feel free to ask questions and comment
peace
Wow.
LOL
Panther is very enthusiastic.
Offline