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

#1 2011-08-04 08:32:58

456bingo123
Scratcher
Registered: 2010-10-30
Posts: 1000+

How Do You Make A Scratch Mod!!!

I've always wanted to make a scratch mod. I've tried to before, but I'm not sure if I'm doing it right! Can someone make a youtube video, or show me a youtube video that shows how??


My username is now elfin8er! I will not be using this account any more!! ELF OS! (Community Collab)

Offline

 

#2 2011-08-04 11:06:37

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: How Do You Make A Scratch Mod!!!

There are currently no youtube videos, because making scratch mods isn't that popular on the web, but I could somewhat make one to give you the feel of teh modding interface. You might also like to see the smalltalk chapters by LS97.


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#3 2011-08-04 12:54:26

456bingo123
Scratcher
Registered: 2010-10-30
Posts: 1000+

Re: How Do You Make A Scratch Mod!!!

WindowsExplorer wrote:

There are currently no youtube videos, because making scratch mods isn't that popular on the web, but I could somewhat make one to give you the feel of teh modding interface. You might also like to see the smalltalk chapters by LS97.

Ok, thanks. Have you made a scratch mod? If so, can you PLEEEEEAAAAASE make a video showing how???


My username is now elfin8er! I will not be using this account any more!! ELF OS! (Community Collab)

Offline

 

#4 2011-08-04 14:06:00

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

Re: How Do You Make A Scratch Mod!!!

You cant make a video, as you need to decide on features you want. If someone makes a tutorial, then a lot of mods will have the same features. Its up to YOU to learn Smalltalk-1080 (Squeak) and YOU to program the features YOU want!


You can now reach me on Twitter @johnnydean1_

Offline

 

#5 2011-08-04 14:32:24

poemon1
Scratcher
Registered: 2011-01-12
Posts: 500+

Re: How Do You Make A Scratch Mod!!!

ok, do you know squeak? if not i can teach you, for i am making a mod. it is called ace. if you want custom blocks shift click the loop of the R in scratch click turn fill screen off, if you did it right a white space should appear, click it. click open and then browser. go to scratch objects then scratch sprite morph then class then blockspecs then blockspecs. then go to the word 'looks' incluing the quotations, and type in ('change stretch by %n' #- #changeStretchBy:)
and that stretches the sprite.


http://i47.tinypic.com/rrqe13.gif

Offline

 

#6 2011-08-04 14:37:20

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: How Do You Make A Scratch Mod!!!

456bingo123 wrote:

WindowsExplorer wrote:

There are currently no youtube videos, because making scratch mods isn't that popular on the web, but I could somewhat make one to give you the feel of teh modding interface. You might also like to see the smalltalk chapters by LS97.

Ok, thanks. Have you made a scratch mod? If so, can you PLEEEEEAAAAASE make a video showing how???

Yes, I own the Gopher Programming mod, and Gopher Webfire Browser.


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#7 2011-08-04 16:44:19

456bingo123
Scratcher
Registered: 2010-10-30
Posts: 1000+

Re: How Do You Make A Scratch Mod!!!

WindowsExplorer wrote:

456bingo123 wrote:

WindowsExplorer wrote:

There are currently no youtube videos, because making scratch mods isn't that popular on the web, but I could somewhat make one to give you the feel of teh modding interface. You might also like to see the smalltalk chapters by LS97.

Ok, thanks. Have you made a scratch mod? If so, can you PLEEEEEAAAAASE make a video showing how???

Yes, I own the Gopher Programming mod, and Gopher Webfire Browser.

Alright, thanks! Can't wait to see it!! As others said, yeah, I know a bit of squeak, and is there an artical where I can learn a bit more squeak?


My username is now elfin8er! I will not be using this account any more!! ELF OS! (Community Collab)

Offline

 

#8 2011-08-04 16:55:28

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: How Do You Make A Scratch Mod!!!

here is a link to a link of articles (lol  tongue )
http://scratch.mit.edu/forums/viewtopic.php?id=55522


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#9 2011-08-04 19:09:57

456bingo123
Scratcher
Registered: 2010-10-30
Posts: 1000+

Re: How Do You Make A Scratch Mod!!!

WindowsExplorer wrote:

here is a link to a link of articles (lol  tongue )
http://scratch.mit.edu/forums/viewtopic.php?id=55522

Thank you sooo much! You are such a big help!


My username is now elfin8er! I will not be using this account any more!! ELF OS! (Community Collab)

Offline

 

#10 2011-08-08 06:23:48

456bingo123
Scratcher
Registered: 2010-10-30
Posts: 1000+

Re: How Do You Make A Scratch Mod!!!

poemon1 wrote:

ok, do you know squeak? if not i can teach you, for i am making a mod. it is called ace. if you want custom blocks shift click the loop of the R in scratch click turn fill screen off, if you did it right a white space should appear, click it. click open and then browser. go to scratch objects then scratch sprite morph then class then blockspecs then blockspecs. then go to the word 'looks' incluing the quotations, and type in ('change stretch by %n' #- #changeStretchBy:)
and that stretches the sprite.

Thanks. When you said ok in the beginning, did you mean that you could make a video?


My username is now elfin8er! I will not be using this account any more!! ELF OS! (Community Collab)

Offline

 

#11 2011-08-09 00:11:04

poemon1
Scratcher
Registered: 2011-01-12
Posts: 500+

Re: How Do You Make A Scratch Mod!!!

456bingo123 wrote:

poemon1 wrote:

ok, do you know squeak? if not i can teach you, for i am making a mod. it is called ace. if you want custom blocks shift click the loop of the R in scratch click turn fill screen off, if you did it right a white space should appear, click it. click open and then browser. go to scratch objects then scratch sprite morph then class then blockspecs then blockspecs. then go to the word 'looks' incluing the quotations, and type in ('change stretch by %n' #- #changeStretchBy:)
and that stretches the sprite.

Thanks. When you said ok in the beginning, did you mean that you could make a video?

sorry i dont have a u tube account or a nideo camera...


http://i47.tinypic.com/rrqe13.gif

Offline

 

#12 2011-08-09 07:32:15

456bingo123
Scratcher
Registered: 2010-10-30
Posts: 1000+

Re: How Do You Make A Scratch Mod!!!

poemon1 wrote:

456bingo123 wrote:

poemon1 wrote:

ok, do you know squeak? if not i can teach you, for i am making a mod. it is called ace. if you want custom blocks shift click the loop of the R in scratch click turn fill screen off, if you did it right a white space should appear, click it. click open and then browser. go to scratch objects then scratch sprite morph then class then blockspecs then blockspecs. then go to the word 'looks' incluing the quotations, and type in ('change stretch by %n' #- #changeStretchBy:)
and that stretches the sprite.

Thanks. When you said ok in the beginning, did you mean that you could make a video?

sorry i dont have a u tube account or a nideo camera...

Well, could you get a youtube account, or even upload it to mediafire.com or something?


My username is now elfin8er! I will not be using this account any more!! ELF OS! (Community Collab)

Offline

 

#13 2011-12-29 10:36:31

flashgocrazy
Scratcher
Registered: 2011-01-12
Posts: 500+

Re: How Do You Make A Scratch Mod!!!

1. Learn squeak
2. Assemble a team for your mod
3. Work on your mod using the Scratch forums and probably a forum system with ability to Pm people (PM means Private Message)
4. Get some people to beta test your mod.
5. Release it to the public


◕‿◕

Offline

 

#14 2011-12-29 10:38:13

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: How Do You Make A Scratch Mod!!!

flashgocrazy wrote:

1. Learn squeak
2. Assemble a team for your mod
3. Work on your mod using the Scratch forums and probably a forum system with ability to Pm people (PM means Private Message)
4. Get some people to beta test your mod.
5. Release it to the public

Also, sometimes you could mod a mod  tongue  But be sure to give credit  wink


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#15 2011-12-29 12:00:30

flashgocrazy
Scratcher
Registered: 2011-01-12
Posts: 500+

Re: How Do You Make A Scratch Mod!!!

WindowsExplorer wrote:

flashgocrazy wrote:

1. Learn squeak
2. Assemble a team for your mod
3. Work on your mod using the Scratch forums and probably a forum system with ability to Pm people (PM means Private Message)
4. Get some people to beta test your mod.
5. Release it to the public

Also, sometimes you could mod a mod  tongue  But be sure to give credit  wink

I once made one like you, ̶B̶u̶t̶ ̶t̶h̶e̶n̶ ̶I̶ ̶t̶o̶o̶k̶ ̶a̶n̶ ̶a̶r̶r̶o̶w̶ ̶t̶o̶ ̶t̶h̶e̶ ̶k̶n̶e̶e̶  But then it crashed.


◕‿◕

Offline

 

#16 2011-12-29 12:02:38

nickbrickmaster
Scratcher
Registered: 2010-02-02
Posts: 500+

Re: How Do You Make A Scratch Mod!!!

Download the source code and edit it.


Ask me what I'm doing, wait an hour than roll a die, if it's 4-6, I'm playing Skyrim, if it's 1, I'm eating, if it's 2-3 I'm programming.
Steam: nickbrickmaster | RotMG: PwnThemAll | Minecraft: nickbrickmaster | League Of Legends: BaneOfTitans

Offline

 

#17 2013-01-15 14:22:28

Devloper123
Scratcher
Registered: 2011-11-27
Posts: 100+

Re: How Do You Make A Scratch Mod!!!

poemon1 wrote:

ok, do you know squeak? if not i can teach you, for i am making a mod. it is called ace. if you want custom blocks shift click the loop of the R in scratch click turn fill screen off, if you did it right a white space should appear, click it. click open and then browser. go to scratch objects then scratch sprite morph then class then blockspecs then blockspecs. then go to the word 'looks' incluing the quotations, and type in ('change stretch by %n' #- #changeStretchBy:)
and that stretches the sprite.

I'de like to learn squeak.Thanks


http://i45.tinypic.com/2jafczs.gifAnd Dev! Sign up on this forum!i like the  tongue  emoticon

Offline

 

Board footer