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

#1 2012-06-30 19:22:03

Jonathan50
Scratcher
Registered: 2011-07-06
Posts: 100+

Making a Mod

I'm going to make a Mod called M.M. Do I have to anything else except for say based on Scratch quite a few times and change the SketchMorph before I share it?


Jonathan50
big_smile  http://scratch.mit.edu/img/pages/credits/cat-face-bullet.gif http://blocks.scratchr.org/API.php?user=Jonathan50&action=onlineStatus&type=square         http://blocks.scratchr.org/API.php?user=Jonathan50&action=projects&type=newest&return=image&num=1

Offline

 

#2 2012-07-01 19:15:39

Jonathan50
Scratcher
Registered: 2011-07-06
Posts: 100+

Re: Making a Mod

if yes you can ask here (if you want to help).  big_smile   big_smile   big_smile   big_smile  http://scratch.mit.edu/img/pages/credits/cat-face-bullet.gif!

Last edited by Jonathan50 (2012-07-01 19:20:31)


Jonathan50
big_smile  http://scratch.mit.edu/img/pages/credits/cat-face-bullet.gif http://blocks.scratchr.org/API.php?user=Jonathan50&action=onlineStatus&type=square         http://blocks.scratchr.org/API.php?user=Jonathan50&action=projects&type=newest&return=image&num=1

Offline

 

#3 2012-07-03 06:46:59

legoscratch
Scratcher
Registered: 2010-06-18
Posts: 100+

Re: Making a Mod

If you're just taking the Scratch Program and modifying it, you'll have to remove the Scratch Cat and Gobo graphics, remove the ability to share, and yes, change the Scratch Logo in the top left. However, if you download the Scratch Source Code, this will already be done for you.


If you are having trouble with simple counting, use the following mnemonic device: 1 comes before 2 comes before 5,280 comes before 523,860,759 comes after the square root of -153 comes before π. This will make your previous counting problems seem like no big deal.

Offline

 

#4 2012-07-03 06:54:23

nathanprocks
Scratcher
Registered: 2011-04-14
Posts: 1000+

Re: Making a Mod

legoscratch wrote:

If you're just taking the Scratch Program and modifying it, you'll have to remove the Scratch Cat and Gobo graphics, remove the ability to share, and yes, change the Scratch Logo in the top left. However, if you download the Scratch Source Code, this will already be done for you.

And the code is cleaner in the source code!


http://carrot.cassiedragonandfriends.org/Scratch_Signature/randomsig.php
http://trinary.site40.net/images/scratchrank.php?username=nathanprocks&display=small

Offline

 

#5 2012-07-04 01:14:47

Jonathan50
Scratcher
Registered: 2011-07-06
Posts: 100+

Re: Making a Mod

legoscratch wrote:

If you're just taking the Scratch Program and modifying it, you'll have to remove the Scratch Cat and Gobo graphics, remove the ability to share, and yes, change the Scratch Logo in the top left. However, if you download the Scratch Source Code, this will already be done for you.

Yes, I tried the Scratch Source Code earlier; but I accidently mucked it up! (I saved the image but not for end-user. Developers Shift-Click the Edit menu for dev options.


Jonathan50
big_smile  http://scratch.mit.edu/img/pages/credits/cat-face-bullet.gif http://blocks.scratchr.org/API.php?user=Jonathan50&action=onlineStatus&type=square         http://blocks.scratchr.org/API.php?user=Jonathan50&action=projects&type=newest&return=image&num=1

Offline

 

#6 2012-07-04 02:14:53

nathanprocks
Scratcher
Registered: 2011-04-14
Posts: 1000+

Re: Making a Mod

Jonathan50 wrote:

legoscratch wrote:

If you're just taking the Scratch Program and modifying it, you'll have to remove the Scratch Cat and Gobo graphics, remove the ability to share, and yes, change the Scratch Logo in the top left. However, if you download the Scratch Source Code, this will already be done for you.

Yes, I tried the Scratch Source Code earlier; but I accidently mucked it up! (I saved the image but not for end-user. Developers Shift-Click the Edit menu for dev options.

Just open it again, then Save image for end user.


http://carrot.cassiedragonandfriends.org/Scratch_Signature/randomsig.php
http://trinary.site40.net/images/scratchrank.php?username=nathanprocks&display=small

Offline

 

#7 2012-07-04 02:25:42

Jonathan50
Scratcher
Registered: 2011-07-06
Posts: 100+

Re: Making a Mod

nathanprocks wrote:

Jonathan50 wrote:

legoscratch wrote:

If you're just taking the Scratch Program and modifying it, you'll have to remove the Scratch Cat and Gobo graphics, remove the ability to share, and yes, change the Scratch Logo in the top left. However, if you download the Scratch Source Code, this will already be done for you.

Yes, I tried the Scratch Source Code earlier; but I accidently mucked it up! (I saved the image but not for end-user. Developers Shift-Click the Edit menu for dev options.

Just open it again, then Save image for end user.

I'm considering that; although I did work hard on the new one. The icon is changed


Jonathan50
big_smile  http://scratch.mit.edu/img/pages/credits/cat-face-bullet.gif http://blocks.scratchr.org/API.php?user=Jonathan50&action=onlineStatus&type=square         http://blocks.scratchr.org/API.php?user=Jonathan50&action=projects&type=newest&return=image&num=1

Offline

 

#8 2012-07-04 03:15:03

Jonathan50
Scratcher
Registered: 2011-07-06
Posts: 100+

Re: Making a Mod

nathanprocks wrote:

legoscratch wrote:

If you're just taking the Scratch Program and modifying it, you'll have to remove the Scratch Cat and Gobo graphics, remove the ability to share, and yes, change the Scratch Logo in the top left. However, if you download the Scratch Source Code, this will already be done for you.

And the code is cleaner in the source code!

Do you mean like there are always comments on the methods and arrays (lists) are done like ('say hi to %m'                -           sayHiTo:) instead of ('say hi to %m' #- #sayHiTo:)


Jonathan50
big_smile  http://scratch.mit.edu/img/pages/credits/cat-face-bullet.gif http://blocks.scratchr.org/API.php?user=Jonathan50&action=onlineStatus&type=square         http://blocks.scratchr.org/API.php?user=Jonathan50&action=projects&type=newest&return=image&num=1

Offline

 

#9 2012-07-04 03:40:22

Jonathan50
Scratcher
Registered: 2011-07-06
Posts: 100+

Re: Making a Mod

Jonathan50 wrote:

nathanprocks wrote:

legoscratch wrote:

If you're just taking the Scratch Program and modifying it, you'll have to remove the Scratch Cat and Gobo graphics, remove the ability to share, and yes, change the Scratch Logo in the top left. However, if you download the Scratch Source Code, this will already be done for you.

And the code is cleaner in the source code!

Do you mean like there are always comments on the methods and arrays (lists) are done like ('say hi to %m'                -           sayHiTo:) instead of ('say hi to %m' #- #sayHiTo:)

I could make two copies and try to keep development up-to-date on both images.


Jonathan50
big_smile  http://scratch.mit.edu/img/pages/credits/cat-face-bullet.gif http://blocks.scratchr.org/API.php?user=Jonathan50&action=onlineStatus&type=square         http://blocks.scratchr.org/API.php?user=Jonathan50&action=projects&type=newest&return=image&num=1

Offline

 

#10 2012-07-04 05:39:06

nathanprocks
Scratcher
Registered: 2011-04-14
Posts: 1000+

Re: Making a Mod

Jonathan50 wrote:

nathanprocks wrote:

legoscratch wrote:

If you're just taking the Scratch Program and modifying it, you'll have to remove the Scratch Cat and Gobo graphics, remove the ability to share, and yes, change the Scratch Logo in the top left. However, if you download the Scratch Source Code, this will already be done for you.

And the code is cleaner in the source code!

Do you mean like there are always comments on the methods and arrays (lists) are done like ('say hi to %m'                -           sayHiTo:) instead of ('say hi to %m' #- #sayHiTo:)

Yes, and the block specs and all the code are on separate lines rather than all on 1 line.


http://carrot.cassiedragonandfriends.org/Scratch_Signature/randomsig.php
http://trinary.site40.net/images/scratchrank.php?username=nathanprocks&display=small

Offline

 

#11 2012-07-27 03:25:50

Jonathan50
Scratcher
Registered: 2011-07-06
Posts: 100+

Re: Making a Mod

How do you make new ScratchSkin forms?


Jonathan50
big_smile  http://scratch.mit.edu/img/pages/credits/cat-face-bullet.gif http://blocks.scratchr.org/API.php?user=Jonathan50&action=onlineStatus&type=square         http://blocks.scratchr.org/API.php?user=Jonathan50&action=projects&type=newest&return=image&num=1

Offline

 

#12 2012-09-01 22:02:37

Jonathan50
Scratcher
Registered: 2011-07-06
Posts: 100+

Re: Making a Mod

Jonathan50 wrote:

How do you make new ScratchSkin forms?

Don't worry anymore, I worked it out. In fact, I made 2 new categories: Other and Bookmarks!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


Jonathan50
big_smile  http://scratch.mit.edu/img/pages/credits/cat-face-bullet.gif http://blocks.scratchr.org/API.php?user=Jonathan50&action=onlineStatus&type=square         http://blocks.scratchr.org/API.php?user=Jonathan50&action=projects&type=newest&return=image&num=1

Offline

 

#13 2012-09-08 23:06:18

Jonathan50
Scratcher
Registered: 2011-07-06
Posts: 100+

Re: Making a Mod

New website released: here!


Jonathan50
big_smile  http://scratch.mit.edu/img/pages/credits/cat-face-bullet.gif http://blocks.scratchr.org/API.php?user=Jonathan50&action=onlineStatus&type=square         http://blocks.scratchr.org/API.php?user=Jonathan50&action=projects&type=newest&return=image&num=1

Offline

 

#14 2012-09-08 23:07:22

Jonathan50
Scratcher
Registered: 2011-07-06
Posts: 100+

Re: Making a Mod

Jonathan50 wrote:

I'm going to make a Mod called M.M (a.k.a My Magical Mod). Do I have to anything else except for say based on Scratch quite a few times and change the SketchMorph before I share it?


Jonathan50
big_smile  http://scratch.mit.edu/img/pages/credits/cat-face-bullet.gif http://blocks.scratchr.org/API.php?user=Jonathan50&action=onlineStatus&type=square         http://blocks.scratchr.org/API.php?user=Jonathan50&action=projects&type=newest&return=image&num=1

Offline

 

#15 2012-09-23 02:22:04

Jonathan50
Scratcher
Registered: 2011-07-06
Posts: 100+

Re: Making a Mod

http://block.site90.net/scratch.mit/poll/11/title
http://block.site90.net/scratch.mit/poll/11/0
http://block.site90.net/scratch.mit/poll/11/1
http://block.site90.net/scratch.mit/poll/11/2
http://block.site90.net/scratch.mit/poll/11/3
http://block.site90.net/scratch.mit/poll/11/4
http://block.site90.net/scratch.mit/poll/11/5
http://block.site90.net/scratch.mit/poll/11/6


Jonathan50
big_smile  http://scratch.mit.edu/img/pages/credits/cat-face-bullet.gif http://blocks.scratchr.org/API.php?user=Jonathan50&action=onlineStatus&type=square         http://blocks.scratchr.org/API.php?user=Jonathan50&action=projects&type=newest&return=image&num=1

Offline

 

#16 2012-09-23 02:26:24

Jonathan50
Scratcher
Registered: 2011-07-06
Posts: 100+

Re: Making a Mod

http://block.site90.net/scratch.mit/poll/12/title
http://block.site90.net/scratch.mit/poll/12/0
http://block.site90.net/scratch.mit/poll/12/1
http://block.site90.net/scratch.mit/poll/12/2
http://block.site90.net/scratch.mit/poll/12/3
http://block.site90.net/scratch.mit/poll/12/4


Jonathan50
big_smile  http://scratch.mit.edu/img/pages/credits/cat-face-bullet.gif http://blocks.scratchr.org/API.php?user=Jonathan50&action=onlineStatus&type=square         http://blocks.scratchr.org/API.php?user=Jonathan50&action=projects&type=newest&return=image&num=1

Offline

 

#17 2012-09-23 11:18:30

aion5
Scratcher
Registered: 2011-12-05
Posts: 100+

Re: Making a Mod

Ill help if you give me the source.


roll  I am http://blocks.scratchr.org/API.php?user=aion5&action=onlineStatus&type=text

Offline

 

#18 2012-09-28 02:58:59

Jonathan50
Scratcher
Registered: 2011-07-06
Posts: 100+

Re: Making a Mod

aion5 wrote:

Ill help if you give me the source.

Awesome! Go to the Website > Downloads > Latest Prototype. To Turn Fill Screen Off read the blog post named Development Mode


Jonathan50
big_smile  http://scratch.mit.edu/img/pages/credits/cat-face-bullet.gif http://blocks.scratchr.org/API.php?user=Jonathan50&action=onlineStatus&type=square         http://blocks.scratchr.org/API.php?user=Jonathan50&action=projects&type=newest&return=image&num=1

Offline

 

#19 2012-09-28 08:59:25

aion5
Scratcher
Registered: 2011-12-05
Posts: 100+

Re: Making a Mod

Jonathan50 wrote:

aion5 wrote:

Ill help if you give me the source.

Awesome! Go to the Website > Downloads > Latest Prototype. To Turn Fill Screen Off read the blog post named Development Mode

okay i may not be very active ( i'm actually on my phone right now ) because of school but ill try my best


roll  I am http://blocks.scratchr.org/API.php?user=aion5&action=onlineStatus&type=text

Offline

 

#20 2012-09-28 20:57:28

aion5
Scratcher
Registered: 2011-12-05
Posts: 100+

Re: Making a Mod

okay first thing you should do is rename if you want but I have to say this is the coolest mod I have seen yet.  smile  You should create a animal that goes with your mod if you want I have a idea. You could name it puma and I would make a 3d module of a puma to go with it. Even if you don't rename it I will still help  smile .


roll  I am http://blocks.scratchr.org/API.php?user=aion5&action=onlineStatus&type=text

Offline

 

#21 2012-09-29 10:31:16

aion5
Scratcher
Registered: 2011-12-05
Posts: 100+

Re: Making a Mod

added some blocks to motion, looks, and operators. where should I post the image file?


roll  I am http://blocks.scratchr.org/API.php?user=aion5&action=onlineStatus&type=text

Offline

 

#22 2012-09-29 10:42:59

aion5
Scratcher
Registered: 2011-12-05
Posts: 100+

Re: Making a Mod

you should decide on a name and post it so I can get a domain for the website (to make it more professinal looking  smile )


roll  I am http://blocks.scratchr.org/API.php?user=aion5&action=onlineStatus&type=text

Offline

 

#23 2012-09-29 18:40:44

aion5
Scratcher
Registered: 2011-12-05
Posts: 100+

Re: Making a Mod

you should call it blockmarks like bookmarks because thats like the main feature.  big_smile


roll  I am http://blocks.scratchr.org/API.php?user=aion5&action=onlineStatus&type=text

Offline

 

#24 2012-09-29 20:12:09

Jonathan50
Scratcher
Registered: 2011-07-06
Posts: 100+

Re: Making a Mod

aion5 wrote:

added some blocks to motion, looks, and operators. where should I post the image file?

Try google docs or drive, then share it with soni.babs677@gmail.com


Jonathan50
big_smile  http://scratch.mit.edu/img/pages/credits/cat-face-bullet.gif http://blocks.scratchr.org/API.php?user=Jonathan50&action=onlineStatus&type=square         http://blocks.scratchr.org/API.php?user=Jonathan50&action=projects&type=newest&return=image&num=1

Offline

 

#25 2012-09-29 20:14:17

Jonathan50
Scratcher
Registered: 2011-07-06
Posts: 100+

Re: Making a Mod

aion5 wrote:

you should call it blockmarks like bookmarks because thats like the main feature.  big_smile

You should also be able to bookmark Sprites, Scripts, Blocks, and subclasses of Scriptrable Scratch Morph excluding Scratch Stage Morph.


Jonathan50
big_smile  http://scratch.mit.edu/img/pages/credits/cat-face-bullet.gif http://blocks.scratchr.org/API.php?user=Jonathan50&action=onlineStatus&type=square         http://blocks.scratchr.org/API.php?user=Jonathan50&action=projects&type=newest&return=image&num=1

Offline

 

Board footer