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

#1 2010-08-27 17:37:54

rdococ
Scratcher
Registered: 2009-10-11
Posts: 1000+

New version of Scratch coming soon!

I have made 3 out of 5 blocks currently.
3 blocks are lost.

This will be made on ScratchSource1.4.

I may be changing the default sprite. Please also give a small logo instead of the 'Based on Scratch' logo.

Last edited by rdococ (2010-08-29 05:56:56)

Offline

 

#2 2010-08-27 17:40:45

Jwosty
Scratcher
Registered: 2009-12-19
Posts: 500+

Re: New version of Scratch coming soon!

You should probably have at least some idea of what you want to add...  hmm

Anyway, I don't really have any ideas right now.


http://i39.tinypic.com/18ert5.png Google it.  smile

Offline

 

#3 2010-08-27 17:43:32

bbbeb
Scratcher
Registered: 2009-06-11
Posts: 1000+

Re: New version of Scratch coming soon!

OK.
Unknown = make a minimum of 5 ORIGINAL blocks! (and 1 interface change)

#2. Start from ScratchSource1.4. starting from a developed mod is not gonna help you.

Last edited by bbbeb (2010-08-27 17:43:48)


Back in my day.... there were no laws that censored the internet... now, there are.... nah.

Offline

 

#4 2010-08-27 17:47:51

rdococ
Scratcher
Registered: 2009-10-11
Posts: 1000+

Re: New version of Scratch coming soon!

bbbeb wrote:

OK.
Unknown = make a minimum of 5 ORIGINAL blocks! (and 1 interface change)

#2. Start from ScratchSource1.4. starting from a developed mod is not gonna help you.

How can I make the interface change? I know, edit the objects of scratch on the image. Will that work?

What shall the blocks be? Please also enter the code. No code needed to enter if it is a block like if <> then [] else [].

Offline

 

#5 2010-08-27 17:50:18

Jwosty
Scratcher
Registered: 2009-12-19
Posts: 500+

Re: New version of Scratch coming soon!

rdococ wrote:

bbbeb wrote:

OK.
Unknown = make a minimum of 5 ORIGINAL blocks! (and 1 interface change)

#2. Start from ScratchSource1.4. starting from a developed mod is not gonna help you.

How can I make the interface change? I know, edit the objects of scratch on the image. Will that work?

What shall the blocks be? Please also enter the code. No code needed to enter if it is a block like if <> then [] else [].

Do you even know how to program? We can't exactly hand all the answers to you...

(No offence)


http://i39.tinypic.com/18ert5.png Google it.  smile

Offline

 

#6 2010-08-27 17:53:15

rdococ
Scratcher
Registered: 2009-10-11
Posts: 1000+

Re: New version of Scratch coming soon!

Jwosty wrote:

rdococ wrote:

bbbeb wrote:

OK.
Unknown = make a minimum of 5 ORIGINAL blocks! (and 1 interface change)

#2. Start from ScratchSource1.4. starting from a developed mod is not gonna help you.

How can I make the interface change? I know, edit the objects of scratch on the image. Will that work?

What shall the blocks be? Please also enter the code. No code needed to enter if it is a block like if <> then [] else [].

Do you even know how to program? We can't exactly hand all the answers to you...

(No offence)

I know how to program a little bit, I know how to change category colors.

Offline

 

#7 2010-08-27 18:27:13

Jwosty
Scratcher
Registered: 2009-12-19
Posts: 500+

Re: New version of Scratch coming soon!

rdococ wrote:

Jwosty wrote:

rdococ wrote:

How can I make the interface change? I know, edit the objects of scratch on the image. Will that work?

What shall the blocks be? Please also enter the code. No code needed to enter if it is a block like if <> then [] else [].

Do you even know how to program? We can't exactly hand all the answers to you...

(No offence)

I know how to program a little bit, I know how to change category colors.

That's not exactly programming; you just have to change the category colors and then read the skins from the skin folder...


http://i39.tinypic.com/18ert5.png Google it.  smile

Offline

 

#8 2010-08-28 06:36:02

rdococ
Scratcher
Registered: 2009-10-11
Posts: 1000+

Re: New version of Scratch coming soon!

Jwosty wrote:

rdococ wrote:

Jwosty wrote:


Do you even know how to program? We can't exactly hand all the answers to you...

(No offence)

I know how to program a little bit, I know how to change category colors.

That's not exactly programming; you just have to change the category colors and then read the skins from the skin folder...

I know how to make the 'if then else' block, now a bit more programming I know?
I also do not need to interact with the skin folder, I change some code to look like how I want it to be.
Code for if then else block:

Code:

if: test Then: this Else: else
test ifTrue: [^ then] ifFalse: [^ else]

If that is incorrect, please tell me.

Offline

 

#9 2010-08-28 07:01:56

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

Re: New version of Scratch coming soon!

rdococ wrote:

Code:

if: t1 Then: t2 Else: t3
t1 ifTrue: [^ t2] ifFalse: [^ t3]

If that is incorrect, please tell me.

There, you had your 5th use of a variable wrong


You can now reach me on Twitter @johnnydean1_

Offline

 

#10 2010-08-28 07:44:16

rdococ
Scratcher
Registered: 2009-10-11
Posts: 1000+

Re: New version of Scratch coming soon!

johnnydean1 wrote:

rdococ wrote:

Code:

if: t1 Then: t2 Else: t3
t1 ifTrue: [^ t2] ifFalse: [^ t3]

If that is incorrect, please tell me.

There, you had your 5th use of a variable wrong

Oh, it is the variable names?

Offline

 

#11 2010-08-28 07:45:27

rdococ
Scratcher
Registered: 2009-10-11
Posts: 1000+

Re: New version of Scratch coming soon!

I am adding the if then else into control.

The following errors need to be corrected before the message can be posted:

At least 60 seconds have to pass between posts. Please wait a little while and try posting again.

Offline

 

#13 2010-08-28 07:57:25

rdococ
Scratcher
Registered: 2009-10-11
Posts: 1000+

Offline

 

#15 2010-08-30 11:35:49

LS97
Scratcher
Registered: 2009-06-14
Posts: 1000+

Re: New version of Scratch coming soon!

too bad  sad
try learning some squeak and try again. but learn it good. very.

Offline

 

#16 2010-08-30 12:33:31

rdococ
Scratcher
Registered: 2009-10-11
Posts: 1000+

Offline

 

#17 2010-08-30 13:09:33

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

Re: New version of Scratch coming soon!

its not that hard. It took me about 3/4 days to get to where I am now. I dont completely understand everything, but I can make blocks.


You can now reach me on Twitter @johnnydean1_

Offline

 

#18 2010-09-01 13:18:07

Daffy22
Scratcher
Registered: 2008-12-15
Posts: 500+

Re: New version of Scratch coming soon!

I'm not that good a squeak (like you - no effence) and I would strongly advice you to not do this, or at least not properly release it. I get sick and tired of all the mods of scratch. I only know a few good ones (including Bingo) and the only reason they are good is bescause they have Major Changes!!! like new catagories, new interface, loads more new blocks ect... adding 2 extra blocks isn't really making a mod. Your just extending scratch a little.  roll  If I was you, I would try learning more squeak - then make a mod with loads more extra features, not just added blocks!  smile


http://img201.imageshack.us/img201/1784/logosmalle.png
"Spectacular - 5 Star" -  CNET.com Editor.

Offline

 

#19 2010-09-02 21:31:09

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

Re: New version of Scratch coming soon!

rdococ wrote:

Code:

if: test Then: this Else: else
test ifTrue: [^ then] ifFalse: [^ else]

If that is incorrect, please tell me.

You've got the right idea (your variables are a little wrong), but an easier way to do it is:

Code:

if: test: Then: this Else: that
    test ifTrue: [^ this]
    ^ that

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

Offline

 

#20 2010-09-02 21:57:29

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

Re: New version of Scratch coming soon!

ScratchReallyROCKS wrote:

rdococ wrote:

Code:

if: test Then: this Else: else
test ifTrue: [^ then] ifFalse: [^ else]

If that is incorrect, please tell me.

You've got the right idea (your variables are a little wrong), but an easier way to do it is:

Code:

if: test: Then: this Else: that
    test ifTrue: [^ this]
    ^ that

Won't work and incorrect caps and a bunch of other stuff.

if: a then: b else: c
a ifTrue:[^b].^c


nXIII

Offline

 

#21 2010-09-03 06:57:58

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

Re: New version of Scratch coming soon!

nXIII wrote:

ScratchReallyROCKS wrote:

rdococ wrote:

Code:

if: test Then: this Else: else
test ifTrue: [^ then] ifFalse: [^ else]

If that is incorrect, please tell me.

You've got the right idea (your variables are a little wrong), but an easier way to do it is:

Code:

if: test: Then: this Else: that
    test ifTrue: [^ this]
    ^ that

Won't work and incorrect caps and a bunch of other stuff.

if: a then: b else: c
a ifTrue:[^b].^c

I just tested it, and caps don't matter. The only thing I forgot was the period.

EDIT: I also put an extra colon in.

Last edited by ScratchReallyROCKS (2010-09-03 07:02:19)


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

Offline

 

#22 2010-09-03 09:53:21

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

Re: New version of Scratch coming soon!

ScratchReallyROCKS wrote:

nXIII wrote:

ScratchReallyROCKS wrote:


You've got the right idea (your variables are a little wrong), but an easier way to do it is:

Code:

if: test: Then: this Else: that
    test ifTrue: [^ this]
    ^ that

Won't work and incorrect caps and a bunch of other stuff.

if: a then: b else: c
a ifTrue:[^b].^c

I just tested it, and caps don't matter. The only thing I forgot was the period.

EDIT: I also put an extra colon in.

yes and no: message names should not start with caps.


nXIII

Offline

 

Board footer