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

#151 2012-07-07 22:23:10

trinary
Scratcher
Registered: 2012-01-29
Posts: 1000+

Re: Once Upon Some Code - A New Mod

Should I register the OUSC website on the official thread?


http://trinary.tk/images/signature_.php

Offline

 

#152 2012-07-07 22:46:55

fetchydog567
Scratcher
Registered: 2011-12-28
Posts: 500+

Re: Once Upon Some Code - A New Mod

Blockspec:

Code:

('make random pen generator %n' #- #setRandomPenMaker: '10':)

Code:

Code:

setRandomPenMaker: t1 
"Made with Scramble by Hardmath123"
| t2 |

self putPenUp.
self heading:90.
self gotoX: 0 y:0.
self putPenDown.
t1_ '1'.
300 timesRepeat: [
self forward:t1.
self turnRight:t2.
].

Last edited by fetchydog567 (2012-07-07 23:14:22)


http://www.minecraftanonymous.com/assets/banners/banner_51.pngJust a reminder I won't be on Scratch that much but I 'll still be here, so if i'm on something, I will be commenting back, okay! wink , PICO Team!!!!!!!!!!! SCRATCH DEADW!!! PICO HACK ACCOUTNTT@@

Offline

 

#153 2012-07-07 23:13:34

fetchydog567
Scratcher
Registered: 2011-12-28
Posts: 500+

Re: Once Upon Some Code - A New Mod

Blockspec:

Code:

('help dialog %s ' #- #helpDialog:)

Code:

Code:

helpDialog:
DialogBoxMorph inform: t1 title: 'Help'

http://www.minecraftanonymous.com/assets/banners/banner_51.pngJust a reminder I won't be on Scratch that much but I 'll still be here, so if i'm on something, I will be commenting back, okay! wink , PICO Team!!!!!!!!!!! SCRATCH DEADW!!! PICO HACK ACCOUTNTT@@

Offline

 

#154 2012-07-08 08:08:09

EvilPegasus2274
Scratcher
Registered: 2011-12-24
Posts: 85

Re: Once Upon Some Code - A New Mod

I'm back from vacation!


http://i49.tinypic.com/30vov8n.gif

Offline

 

#155 2012-07-08 08:22:29

HauntedHoodlum
Scratcher
Registered: 2012-05-17
Posts: 6

Re: Once Upon Some Code - A New Mod

may i contribute ideas, i'm in a hurry at the moment so i'll get back to  you later

Offline

 

#156 2012-07-08 09:51:46

PullJosh
Scratcher
Registered: 2011-08-01
Posts: 500+

Re: Once Upon Some Code - A New Mod

HauntedHoodlum wrote:

may i contribute ideas, i'm in a hurry at the moment so i'll get back to  you later

Sure! Check out the first post for the link to the developer's forums.


http://www.blocks.scratchr.org/API.php?action=text&string=I'm_on_vacation!&xpos=155&ypos=90&font_size=30&bgimage=http://imageshack.us/a/img339/7215/sspeechsigapiforwords.png

Offline

 

#157 2012-07-08 09:52:55

PullJosh
Scratcher
Registered: 2011-08-01
Posts: 500+

Re: Once Upon Some Code - A New Mod

EvilPegasus2274 wrote:

I'm back from vacation!

Great!


http://www.blocks.scratchr.org/API.php?action=text&string=I'm_on_vacation!&xpos=155&ypos=90&font_size=30&bgimage=http://imageshack.us/a/img339/7215/sspeechsigapiforwords.png

Offline

 

#158 2012-07-09 02:09:43

trinary
Scratcher
Registered: 2012-01-29
Posts: 1000+

Re: Once Upon Some Code - A New Mod

trinary wrote:

Should I register the OUSC website on the official thread?


http://trinary.tk/images/signature_.php

Offline

 

#159 2012-07-09 07:35:51

PullJosh
Scratcher
Registered: 2011-08-01
Posts: 500+

Re: Once Upon Some Code - A New Mod

trinary wrote:

trinary wrote:

Should I register the OUSC website on the official thread?

What official thread? The wiki?


http://www.blocks.scratchr.org/API.php?action=text&string=I'm_on_vacation!&xpos=155&ypos=90&font_size=30&bgimage=http://imageshack.us/a/img339/7215/sspeechsigapiforwords.png

Offline

 

#160 2012-07-09 07:56:21

fetchydog567
Scratcher
Registered: 2011-12-28
Posts: 500+

Re: Once Upon Some Code - A New Mod

Did you add the blocks?


http://www.minecraftanonymous.com/assets/banners/banner_51.pngJust a reminder I won't be on Scratch that much but I 'll still be here, so if i'm on something, I will be commenting back, okay! wink , PICO Team!!!!!!!!!!! SCRATCH DEADW!!! PICO HACK ACCOUTNTT@@

Offline

 

#161 2012-07-09 15:50:33

SciTecCf
Scratcher
Registered: 2011-11-23
Posts: 1000+

Re: Once Upon Some Code - A New Mod

trinary wrote:

trinary wrote:

Should I register the OUSC website on the official thread?

Yeah!


http://bit.ly/LCZEJRhttp://bit.ly/LSONcOhttp://bit.ly/LF3vIc
http://trinary.site40.net/images/scratchrank.php?username=SciTecCf&display=small

Offline

 

#162 2012-07-10 04:19:08

fetchydog567
Scratcher
Registered: 2011-12-28
Posts: 500+

Re: Once Upon Some Code - A New Mod

Blockspec:

('make costume # 1 of %S switch with costume # %n ' #- #makeCostumeSwitch:makeCostumeSwitch:makeCostumeSwitch:makeCostumeSwitch:)

Code:

makeCostumeSwitch: i1 makeCostumeSwitch: i2 makeCostumeSwitch: i3 makeCostumeSwitch: i4 
"Made with Scramble by Hardmath123"
| t2 t1 |

Whew,, I need help with this..


http://www.minecraftanonymous.com/assets/banners/banner_51.pngJust a reminder I won't be on Scratch that much but I 'll still be here, so if i'm on something, I will be commenting back, okay! wink , PICO Team!!!!!!!!!!! SCRATCH DEADW!!! PICO HACK ACCOUTNTT@@

Offline

 

#163 2012-07-10 04:25:54

fetchydog567
Scratcher
Registered: 2011-12-28
Posts: 500+

Re: Once Upon Some Code - A New Mod

Blockspec:

('set direction to %n ' #- #setDrectonTo: '90')

Code:

setDrectonTo: t1
"Made with Scramble by Hardmath123"

t1_ self heading.

http://www.minecraftanonymous.com/assets/banners/banner_51.pngJust a reminder I won't be on Scratch that much but I 'll still be here, so if i'm on something, I will be commenting back, okay! wink , PICO Team!!!!!!!!!!! SCRATCH DEADW!!! PICO HACK ACCOUTNTT@@

Offline

 

#164 2012-07-10 22:10:50

EvilPegasus2274
Scratcher
Registered: 2011-12-24
Posts: 85

Re: Once Upon Some Code - A New Mod

fetchydog567 wrote:

Did you add the blocks?

Who?


http://i49.tinypic.com/30vov8n.gif

Offline

 

#165 2012-07-11 07:03:18

PullJosh
Scratcher
Registered: 2011-08-01
Posts: 500+

Re: Once Upon Some Code - A New Mod

EvilPegasus2274 wrote:

fetchydog567 wrote:

Did you add the blocks?

Who?

I think by "you" he means all of us in general. Or maybe chan. He's the lead programmer.


http://www.blocks.scratchr.org/API.php?action=text&string=I'm_on_vacation!&xpos=155&ypos=90&font_size=30&bgimage=http://imageshack.us/a/img339/7215/sspeechsigapiforwords.png

Offline

 

#166 2012-07-13 06:33:50

SciTecCf
Scratcher
Registered: 2011-11-23
Posts: 1000+

Re: Once Upon Some Code - A New Mod

Bump!


http://bit.ly/LCZEJRhttp://bit.ly/LSONcOhttp://bit.ly/LF3vIc
http://trinary.site40.net/images/scratchrank.php?username=SciTecCf&display=small

Offline

 

#167 2012-07-14 05:07:01

trinary
Scratcher
Registered: 2012-01-29
Posts: 1000+

Re: Once Upon Some Code - A New Mod

Registered the website, here.


http://trinary.tk/images/signature_.php

Offline

 

#168 2012-07-14 12:12:08

chanmanpartyman
Scratcher
Registered: 2011-05-30
Posts: 500+

Re: Once Upon Some Code - A New Mod

Got back from x-fuge (a mission trip).

Offline

 

#169 2012-07-14 12:20:13

SciTecCf
Scratcher
Registered: 2011-11-23
Posts: 1000+

Re: Once Upon Some Code - A New Mod

chanmanpartyman wrote:

Got back from x-fuge (a mission trip).

Oh goody. Now we can continue!


http://bit.ly/LCZEJRhttp://bit.ly/LSONcOhttp://bit.ly/LF3vIc
http://trinary.site40.net/images/scratchrank.php?username=SciTecCf&display=small

Offline

 

#170 2012-07-14 12:24:54

SciTecCf
Scratcher
Registered: 2011-11-23
Posts: 1000+

Re: Once Upon Some Code - A New Mod

trinary wrote:

Registered the website, here.

That is epically epic.


http://bit.ly/LCZEJRhttp://bit.ly/LSONcOhttp://bit.ly/LF3vIc
http://trinary.site40.net/images/scratchrank.php?username=SciTecCf&display=small

Offline

 

#171 2012-07-14 20:08:37

chanmanpartyman
Scratcher
Registered: 2011-05-30
Posts: 500+

Re: Once Upon Some Code - A New Mod

fetchydog567 wrote:

Blockspec:

('set direction to %n ' #- #setDrectonTo: '90')

Code:

setDrectonTo: t1
"Made with Scramble by Hardmath123"

t1_ self heading.

Ahem...

point in direction (90 v)

Offline

 

#172 2012-07-15 15:30:12

chanmanpartyman
Scratcher
Registered: 2011-05-30
Posts: 500+

Re: Once Upon Some Code - A New Mod

trinary, can you make an FTP account for me? I only ask here cuz you only have 4 posts on the dev thread so I figured  tongue
I need one cause I am doing server work so the mod can react towards the server in greeting messages, update notices, and more.
I could register my own domain though, but I just think it would be more organized.

Last edited by chanmanpartyman (2012-07-15 15:32:38)

Offline

 

#173 2012-07-19 14:01:03

alhadream
Scratcher
Registered: 2012-05-05
Posts: 25

Re: Once Upon Some Code - A New Mod

cool project bro


http://chzgifs.files.wordpress.com/2012/05/funny-gifs-how-to-get-your-cat-off-the-ipad.gifhttp://images1.wikia.nocookie.net/__cb20110430014360/mspaintadventures/images/thumb/5/57/ERIDANSLUSUS.gif/180px-ERIDANSLUSUS.gif

Offline

 

#174 2012-07-19 19:17:52

fetchydog567
Scratcher
Registered: 2011-12-28
Posts: 500+

Re: Once Upon Some Code - A New Mod

alhadream wrote:

cool project bro

LOL! Nice sig.


http://www.minecraftanonymous.com/assets/banners/banner_51.pngJust a reminder I won't be on Scratch that much but I 'll still be here, so if i'm on something, I will be commenting back, okay! wink , PICO Team!!!!!!!!!!! SCRATCH DEADW!!! PICO HACK ACCOUTNTT@@

Offline

 

#175 2012-07-23 22:12:14

fetchydog567
Scratcher
Registered: 2011-12-28
Posts: 500+

Re: Once Upon Some Code - A New Mod

Are you guys still alive?


http://www.minecraftanonymous.com/assets/banners/banner_51.pngJust a reminder I won't be on Scratch that much but I 'll still be here, so if i'm on something, I will be commenting back, okay! wink , PICO Team!!!!!!!!!!! SCRATCH DEADW!!! PICO HACK ACCOUTNTT@@

Offline

 

Board footer