Can you upload my project now!!!
Offline
nXIII wrote:
ScratchReallyROCKS wrote:
How do you use the 'if' block in CYOB?
(blahblahblah) ifTrue: [
doSomething] ifFalse: [
doSomethingElse].
I should make it automatically ignore special-forms.
Thanks! this will help with my BASIC project!
Offline
Okay I tried that and it worked, but then I tried a more complicated code:
t1 = 'a' ifTrue: [ self stampCostume self changeYposBy: 2 self stampCostume]
and it didn't work. What did I do wrong?
Offline
ScratchReallyROCKS wrote:
Okay I tried that and it worked, but then I tried a more complicated code:
Code:
t1 = 'a' ifTrue: [ self stampCostume self changeYposBy: 2 self stampCostume]and it didn't work. What did I do wrong?
Never mind, I just forgot to add periods. I'm good!
Offline
iCode-747 wrote:
When will an update be coming out?
Just wondering...
Anyway, the best Scratch mod out there! Really great features and handy blocks.
I'm glad you like it!
Yes, I should probably update the news occasionally. Here, I'll do it now.
Offline
Can I make a suggestion? The variable reporter block is nice except that it is a bit difficult to right click it, since you can't right click the typing area, which I do often for duplicating. Could you add a few spaces in the blockspec so there is room to right click? (I know this is simple to do myself but I think it should be an actual part of Panther)
Offline
climber59 wrote:
Can I make a suggestion? The variable reporter block is nice except that it is a bit difficult to right click it, since you can't right click the typing area, which I do often for duplicating. Could you add a few spaces in the blockspec so there is room to right click? (I know this is simple to do myself but I think it should be an actual part of Panther)
Funny you mention that, when I started to make the string-switcher thing mentioned in the news I had to change the block laying-out methods a bit and there is now slightly more room than there was before on either side of the block.
Offline
Hello!!! Upload My Project!!!!
Offline
nXIII wrote:
ScratchReallyROCKS wrote:
How do you use the 'if' block in CYOB?
(blahblahblah) ifTrue: [
doSomething] ifFalse: [
doSomethingElse].
I should make it automatically ignore special-forms.
CYOB takes plain old squeak/smalltalk code?
I never realized this.
Offline
cds56 wrote:
nXIII wrote:
ScratchReallyROCKS wrote:
How do you use the 'if' block in CYOB?
(blahblahblah) ifTrue: [
doSomething] ifFalse: [
doSomethingElse].
I should make it automatically ignore special-forms.CYOB takes plain old squeak/smalltalk code?
I never realized this.
yea....
Offline
Can I make a variable then set its value using a custom block?
Offline
And can I use 2 'self' expressions in the code, like self broadcast and self something else
Offline
Heres a challange, put NetScratch's Blocks in Panther, using CYOB
Offline
johnnydean1 wrote:
Heres a challange, put NetScratch's Blocks in Panther, using CYOB
NetScratch has a different kind of block that was deleted after the unofficial release of NetScratch. It would not be possible to re-create those blocks. But then again, that was before reporters could hold strings. So I guess you might.
Offline
You should try to make a java player online for Panther. Get someone who knows Java!
Offline
samurai768 wrote:
You should try to make a java player online for Panther. Get someone who knows Java!
Thats what we are doing! We have got someone with java knowledge and they are slowly making us a new java player!
Offline
Sperry wrote:
samurai768 wrote:
You should try to make a java player online for Panther. Get someone who knows Java!
Thats what we are doing! We have got someone with java knowledge and they are slowly making us a new java player!
MathWhizz!
Offline
markyparky56 wrote:
Sperry wrote:
samurai768 wrote:
You should try to make a java player online for Panther. Get someone who knows Java!
Thats what we are doing! We have got someone with java knowledge and they are slowly making us a new java player!
MathWhizz!
Ahem, it is MathWizz
Offline
Sperry wrote:
markyparky56 wrote:
Sperry wrote:
Thats what we are doing! We have got someone with java knowledge and they are slowly making us a new java player!
MathWhizz!
Ahem, it is MathWizz
Really? Man I really get him and The-Whiz mixed up.
Offline
markyparky56 wrote:
Sperry wrote:
markyparky56 wrote:
MathWhizz!Ahem, it is MathWizz
Really? Man I really get him and The-Whiz mixed up.
Me too. I just know that each Whiz/Wizz has 4 letters and that MathWizz's one does't have a h. Then it is quite easy.
Offline
a little update for people ^_^
Panther 1.1 is well underway. Included are glitch fixes, multiline arguments (so setting variables to more than one line of text) and the ability to report lists (bharvey got his way )
Also new to 1.1 will be the ability to drag, drop, minimize and
Furthermore, 1.1 will be coming with the release of Blockshop, a project that finds and downloads community shared custom blocks.
Any smalltalkers reading this: please think about contributing a block, or trying to code requested blocks so that we have a nice big online block library for people to browse when it is released. You can read about and contribute to Blockshop here.
Offline