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

#3026 2010-06-07 16:32:14

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

Re: Panther development thread

Can you upload my project now!!!


You can now reach me on Twitter @johnnydean1_

Offline

 

#3027 2010-06-07 17:36:55

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

Re: Panther development thread

How do you use the 'if' block in CYOB?


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

Offline

 

#3028 2010-06-07 17:44:21

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

Re: Panther development thread

ScratchReallyROCKS wrote:

How do you use the 'if' block in CYOB?

(blahblahblah) ifTrue: [
   doSomething] ifFalse: [
   doSomethingElse].

I should make it automatically ignore special-forms.


nXIII

Offline

 

#3029 2010-06-07 18:00:49

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

Re: Panther development thread

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!


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

Offline

 

#3030 2010-06-07 18:23:19

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

Re: Panther development thread

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?


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

Offline

 

#3031 2010-06-07 18:33:19

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

Re: Panther development thread

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!  smile


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

Offline

 

#3032 2010-06-07 20:18:02

iCode-747
Scratcher
Registered: 2009-11-21
Posts: 1000+

Re: Panther development thread

When will an update be coming out?

Just wondering...

Anyway, the best Scratch mod out there! Really great features and handy blocks.


-End Transmission-

Offline

 

#3033 2010-06-07 20:36:32

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

Re: Panther development thread

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.


nXIII

Offline

 

#3034 2010-06-07 22:08:56

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

Re: Panther development thread

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)


Check out my projects if you have a chance.

Offline

 

#3035 2010-06-07 22:10:25

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

Re: Panther development thread

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.


nXIII

Offline

 

#3036 2010-06-08 08:28:16

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

Re: Panther development thread

I've found that a problem before too, I often duplicate blocks. I'm glad you like Panther too, and the next version is going to be even better (hopefully less red error messages too)


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

Offline

 

#3037 2010-06-08 11:03:54

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

Re: Panther development thread

Hello!!! Upload My Project!!!!


You can now reach me on Twitter @johnnydean1_

Offline

 

#3038 2010-06-08 15:31:23

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

Re: Panther development thread

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.


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

Offline

 

#3039 2010-06-08 19:41:03

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

Re: Panther development thread

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


nXIII

Offline

 

#3040 2010-06-09 02:51:46

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

Re: Panther development thread

Can I make a variable then set its value using a custom block?


You can now reach me on Twitter @johnnydean1_

Offline

 

#3041 2010-06-09 02:53:02

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

Re: Panther development thread

And can I use 2 'self' expressions in the code, like self broadcast and self something else


You can now reach me on Twitter @johnnydean1_

Offline

 

#3042 2010-06-09 03:24:10

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

Re: Panther development thread

Heres a challange, put NetScratch's Blocks in Panther, using CYOB


You can now reach me on Twitter @johnnydean1_

Offline

 

#3043 2010-06-09 07:16:40

henley
Scratcher
Registered: 2008-06-21
Posts: 1000+

Re: Panther development thread

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.


"I've worked so hard for you and you give me nothing in return. Do you need help... Or do I?"

Offline

 

#3044 2010-06-09 11:31:13

samurai768
Scratcher
Registered: 2009-07-21
Posts: 1000+

Re: Panther development thread

You should try to make a java player online for Panther. Get someone who knows Java!

Offline

 

#3045 2010-06-09 11:34:22

Sperry
Scratcher
Registered: 2010-03-09
Posts: 500+

Re: Panther development thread

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!


http://img709.imageshack.us/img709/3252/gobanim2.gifhttp://ls.gd/bo

Offline

 

#3046 2010-06-09 11:45:29

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

Re: Panther development thread

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!


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

 

#3047 2010-06-09 11:50:39

Sperry
Scratcher
Registered: 2010-03-09
Posts: 500+

Re: Panther development thread

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


http://img709.imageshack.us/img709/3252/gobanim2.gifhttp://ls.gd/bo

Offline

 

#3048 2010-06-09 11:59:54

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

Re: Panther development thread

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


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

 

#3049 2010-06-09 12:03:43

Sperry
Scratcher
Registered: 2010-03-09
Posts: 500+

Re: Panther development thread

markyparky56 wrote:

Sperry wrote:

markyparky56 wrote:


MathWhizz!

Ahem, it is MathWizz

Really? Man I really get him and The-Whiz mixed up.  hmm

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.


http://img709.imageshack.us/img709/3252/gobanim2.gifhttp://ls.gd/bo

Offline

 

#3050 2010-06-09 13:45:26

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

Re: Panther development thread

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  tongue )

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.


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

Offline

 

Board footer