This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#3101 2010-06-13 10:45:46

nXIII
Community Moderator
Registered: 2009-04-21
Posts: 1000+

Re: Panther development thread

johnnydean1 wrote:

Hmmm NXIII this means war  mad

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)


nXIII

Offline

 

#3102 2010-06-13 10:56:17

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Panther development thread

What compile/decompile or what?


You can now reach me on Twitter @johnnydean1_

Offline

 

#3103 2010-06-13 11:27:55

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Panther development thread

@ 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.


You can now reach me on Twitter @johnnydean1_

Offline

 

#3104 2010-06-13 11:41:18

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: Panther development thread

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.


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#3105 2010-06-13 11:59:04

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Panther development thread

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:

Code:

|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

http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#3106 2010-06-13 12:14:23

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Panther development thread

Thank you  smile


You can now reach me on Twitter @johnnydean1_

Offline

 

#3107 2010-06-13 12:20:13

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Panther development thread

|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 '


You can now reach me on Twitter @johnnydean1_

Offline

 

#3108 2010-06-13 12:30:32

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Panther development thread

Added a requested block to the block shop


You can now reach me on Twitter @johnnydean1_

Offline

 

#3109 2010-06-13 12:33:50

bharvey
Scratcher
Registered: 2008-08-10
Posts: 1000+

Re: Panther development thread

sparks wrote:

its code is so long that it takes the project about ten seconds to process it...

Can't you cache search results, like Google?


http://cs.berkeley.edu/~bh/sig5.png

Offline

 

#3110 2010-06-13 13:01:18

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Panther development thread

nXIII just worked out a method with php that's about a zillion times faster than the method I first used (yup, I counted)  smile

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  big_smile  we do get an email with the code and everything, you know  smile


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#3111 2010-06-13 13:12:04

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Panther development thread

Ok, I thought it was posted on the website  big_smile


You can now reach me on Twitter @johnnydean1_

Offline

 

#3112 2010-06-13 13:46:28

climber59
Scratcher
Registered: 2009-12-15
Posts: 100+

Re: Panther development thread

On the requested blocks page there is a thing that says "Title Text." It's above the suggestion box.


Check out my projects if you have a chance.

Offline

 

#3113 2010-06-13 13:53:42

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: Panther development thread

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)


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#3114 2010-06-13 14:58:00

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Panther development thread

how many blocks have you got and whose done the most?

And when is blockshop out!


You can now reach me on Twitter @johnnydean1_

Offline

 

#3115 2010-06-13 15:42:27

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Panther development thread

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.


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#3116 2010-06-13 16:41:57

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Panther development thread

Cool, so 10 blocks per page...
3 pages inc. my friends block
so we have 2 pages not inc. my friends block  smile


You can now reach me on Twitter @johnnydean1_

Offline

 

#3117 2010-06-13 17:14:35

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Panther development thread

johnnydean1 wrote:

Cool, so 10 blocks per page...
3 pages inc. my friends block
so we have 2 pages not inc. my friends block  smile

the blockshop displays all the results on one page with a scrolling system.


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#3118 2010-06-13 19:36:58

cds56
Scratcher
Registered: 2008-05-02
Posts: 500+

Re: Panther development thread

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.


http://img192.imageshack.us/img192/909/meowdevlogo.pnghttp://i32.tinypic.com/pucti.png

Offline

 

#3119 2010-06-13 21:33:51

nXIII
Community Moderator
Registered: 2009-04-21
Posts: 1000+

Re: Panther development thread

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)


nXIII

Offline

 

#3120 2010-06-14 02:59:42

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Panther development thread

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...


You can now reach me on Twitter @johnnydean1_

Offline

 

#3121 2010-06-14 03:09:53

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Panther development thread

And a pitch of block. Like loudness but pitch.

I tried both, but failed...


You can now reach me on Twitter @johnnydean1_

Offline

 

#3122 2010-06-14 04:04:07

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Panther development thread

I like both those ideas, and had them too  big_smile  that just goes to show how much they're needed  tongue  I reckon that the stage grabbing block would work ok but I don't know whether the squeak VM can read the microphone pitch  tongue


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#3123 2010-06-14 10:43:10

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Panther development thread

Im looking into Pitch. I was thinking of making a singing game so.....


You can now reach me on Twitter @johnnydean1_

Offline

 

#3124 2010-06-14 15:14:08

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Panther development thread

A little news update for anyone still following this thread after 125 standard pages consisting of 3124 posts  tongue

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  big_smile  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  smile  feel free to ask questions and comment  tongue

peace


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#3125 2010-06-14 15:40:07

cds56
Scratcher
Registered: 2008-05-02
Posts: 500+

Re: Panther development thread

sparks wrote:

A little news update for anyone still following this thread after 125 standard pages consisting of 3124 posts  tongue

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  big_smile  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  smile  feel free to ask questions and comment  tongue

peace

Wow.

LOL

Panther is very enthusiastic.


http://img192.imageshack.us/img192/909/meowdevlogo.pnghttp://i32.tinypic.com/pucti.png

Offline

 

Board footer