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??
Offline
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.
Offline
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???
Offline
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!
Offline
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.
Offline
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.
Offline
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?
Offline
here is a link to a link of articles (lol )
http://scratch.mit.edu/forums/viewtopic.php?id=55522
Offline
WindowsExplorer wrote:
here is a link to a link of articles (lol )
http://scratch.mit.edu/forums/viewtopic.php?id=55522
Thank you sooo much! You are such a big help!
Offline
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?
Offline
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...
Offline
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?
Offline
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
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 But be sure to give credit
Offline
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 publicAlso, sometimes you could mod a mod But be sure to give credit
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
Download the source code and edit it.
Offline
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
Offline