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

#1 2010-07-02 15:42:46

sanddude
Scratcher
Registered: 2009-06-29
Posts: 1000+

Scripts 4 Scratch 1.5

Put anything you want for Scratch 1.5 here!

[blocks] <play sound[ (insert sound name here) backwards[/blocks]
[blocks] <play sound[ (insert sound name here) from seconds (insert # here) to (insert # here) [/blocks]
[blocks] <stop all sounds> except [insert sound name here] [/blocks]

[blocks]<say[ (insert quotation here) until (insert operator or type in something to be brodcasted here) [/blocks] (also same thing with seconds bar)

[blocks] <when[ (insert key name here)  ]key pressed then[ (insert key here) pressed        ]clicked>> [/blocks]

[blocks] << (insert thing here)  <then> (insert thing here) >> [/blocks]


That's all I have! When I have more ideas I'll post them.

Last edited by sanddude (2010-07-02 15:44:34)


http://www.bronyland.com/images/quiz/banner_rainbowdash.jpg

Offline

 

#2 2010-07-02 16:14:50

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: Scripts 4 Scratch 1.5

Next version of Scratch is actually going to be 2.0  smile

For your suggestion on the say block, you can achieve that already by doing something to this effect:

Code:

Say [thing x]
wait until <thing y happens>
say []

I'm not sure what use playing sounds backwards would have, other than that it's cool to experiment with  smile

I'm not sure what your last suggestions would do... Care to explain?

Offline

 

#3 2010-07-02 17:01:53

sanddude
Scratcher
Registered: 2009-06-29
Posts: 1000+

Re: Scripts 4 Scratch 1.5

coolstuff wrote:

Next version of Scratch is actually going to be 2.0  smile

For your suggestion on the say block, you can achieve that already by doing something to this effect:

Code:

Say [thing x]
wait until <thing y happens>
say []

I'm not sure what use playing sounds backwards would have, other than that it's cool to experiment with  smile

I'm not sure what your last suggestions would do... Care to explain?

For the last one you could do something like i key pressed, THEN t key pressed.
So if you press i and then press t something will happen. And for the play sound backwards thing then you could do something like "My Favorite Song Backwards". Come on, I mean you know a thing like that should get front paged.  big_smile


http://www.bronyland.com/images/quiz/banner_rainbowdash.jpg

Offline

 

#4 2010-07-02 17:09:34

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: Scripts 4 Scratch 1.5

sanddude wrote:

coolstuff wrote:

Next version of Scratch is actually going to be 2.0  smile

For your suggestion on the say block, you can achieve that already by doing something to this effect:

Code:

Say [thing x]
wait until <thing y happens>
say []

I'm not sure what use playing sounds backwards would have, other than that it's cool to experiment with  smile

I'm not sure what your last suggestions would do... Care to explain?

For the last one you could do something like i key pressed, THEN t key pressed.
So if you press i and then press t something will happen. And for the play sound backwards thing then you could do something like "My Favorite Song Backwards". Come on, I mean you know a thing like that should get front paged.  big_smile

Heh.

Well, for the last one, you can already use something along the lines of sensing if something is pressed, then waiting for another thing to be pressed.

Offline

 

#5 2010-07-03 09:42:06

sanddude
Scratcher
Registered: 2009-06-29
Posts: 1000+

Re: Scripts 4 Scratch 1.5

Got more ideas!
[blocks] <stop sound (insert sound name here)> [/blocks]
[blocks] <stop all sounds except (insert sound name here) [/blocks]
[blocks] <(  (insert thing here) to  (insert thing here) )> [/blocks] (For this one you could do something like: [blocks] <when I receive[ end<if><{score  }><(  5-9  )><say[  You win]for(  )secs>[/blocks]

I think as well as uploading sprites you should be able to upload videos. How this would work is that there would be an upload video thing by the upload sprite thing. The options for video would be [blocks]<show video> <hide video> [/blocks] and [blocks]<play video[ (insert video name)] [/blocks] You should also be able to save Scratch projects as video files (.avi, .wma) if they don't have you type in or click anything. That way you could upload projects like this: http://scratch.mit.edu/projects/TheExplodingCheez/1124663 on YouTube.

That's all I have for now.


http://www.bronyland.com/images/quiz/banner_rainbowdash.jpg

Offline

 

#6 2010-07-03 09:53:54

juststickman
Scratcher
Registered: 2009-05-31
Posts: 1000+

Re: Scripts 4 Scratch 1.5

sanddude wrote:

Got more ideas!
[blocks] <stop sound (insert sound name here)> [/blocks]
[blocks] <stop all sounds except (insert sound name here) [/blocks]
[blocks] <(  (insert thing here) to  (insert thing here) )> [/blocks] (For this one you could do something like: [blocks] <when I receive[ end<if><{score  }><(  5-9  )><say[  You win]for(  )secs>[/blocks]

I think as well as uploading sprites you should be able to upload videos. How this would work is that there would be an upload video thing by the upload sprite thing. The options for video would be [blocks]<show video> <hide video> [/blocks] and [blocks]<play video[ (insert video name)] [/blocks] You should also be able to save Scratch projects as video files (.avi, .wma) if they don't have you type in or click anything. That way you could upload projects like this: http://scratch.mit.edu/projects/TheExplodingCheez/1124663 on YouTube.

That's all I have for now.

video is not gonna happen because you're not SUPPOSED TO HAVE STUFF ON YOUTUBE made by scratch, go buy flash.


http://is.gd/iBQi2 Add grob to your sig and help with world dominiation!http://is.gd/iBQ9Q                                                             Hey guys, we're seriously naming our team bob?

Offline

 

#7 2010-07-05 08:10:41

RyanBenLee
Scratcher
Registered: 2009-03-08
Posts: 47

Re: Scripts 4 Scratch 1.5

i can contribute <touching[ everything but (sprite1)   then you dont have to make long winded scripts that lag the window

Offline

 

#8 2010-08-08 11:51:05

sanddude
Scratcher
Registered: 2009-06-29
Posts: 1000+

Re: Scripts 4 Scratch 1.5

Bump!


http://www.bronyland.com/images/quiz/banner_rainbowdash.jpg

Offline

 

#9 2011-05-19 13:06:02

spongedud12345
Scratcher
Registered: 2011-05-17
Posts: 1

Re: Scripts 4 Scratch 1.5

<when green flag clicked><change{  }by( <move(  )steps><next costume><stop all>

Offline

 

#10 2011-05-19 13:25:46

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: Scripts 4 Scratch 1.5

How would it play a sound backwards? That would be very hard, right?

Offline

 

#11 2011-05-19 14:10:47

CloneCommando1
Scratcher
Registered: 2010-12-02
Posts: 500+

Re: Scripts 4 Scratch 1.5

scimonster wrote:

How would it play a sound backwards? That would be very hard, right?

Not to mention, kind of pointless. It might be good for a rewinding scene, but thats about it. Of course, I have been wrong many times before so it might be more useful than it sounds.

Last edited by CloneCommando1 (2011-05-19 14:11:41)


RANDOM THOUGHT: If the tomato is a fruit, doesn't that make ketchup a smoothie?

Offline

 

#12 2011-05-19 14:24:42

scratcher7_13
Scratcher
Registered: 2011-02-09
Posts: 1000+

Re: Scripts 4 Scratch 1.5

coolstuff wrote:

Next version of Scratch is actually going to be 2.0  smile

Unless they decide to release the Scratch 1.5 that I submitted to the Scratch Team.


♫ 90% of teens can't do math. If you are one of the 40% of teens who can, copy and paste this into your signature. ♫♪
http://dl.dropbox.com/u/6273449/BlockLibraryTitle.pnghttp://i.imgur.com/mr9Hf.gif

Offline

 

#13 2011-05-19 15:34:06

Pecola1
Scratcher
Registered: 2010-09-06
Posts: 1000+

Re: Scripts 4 Scratch 1.5

I suggested the sound from this to that: go here to see/get link to vote!


If you are reading this, please read to the end, because if you don't you won't know what's at the end. Don't just skip to the end though otherwise you won't be able to read the middle, which is most important. Now you must be wondering why you just read all that, the reason is you may have not noticed something, read it again and see if you notice it this time  smile

Offline

 

#14 2011-05-19 19:50:38

scratch_yoshi
Scratcher
Registered: 2009-06-12
Posts: 1000+

Re: Scripts 4 Scratch 1.5

spongedud12345 wrote:

<when green flag clicked><change{  }by( <move(  )steps><next costume><stop all>

NECROPOST.


Retired from Scratch, but just the language itself. Not the forums.

Offline

 

#15 2011-05-20 04:39:21

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: Scripts 4 Scratch 1.5

scratch_yoshi wrote:

spongedud12345 wrote:

<when green flag clicked><change{  }by( <move(  )steps><next costume><stop all>[/blocks]

NECROPOST.

No. Necrospamsad

Offline

 

#16 2011-05-21 10:04:50

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: Scripts 4 Scratch 1.5

scratcher7_13 wrote:

coolstuff wrote:

Next version of Scratch is actually going to be 2.0  smile

Unless they decide to release the Scratch 1.5 that I submitted to the Scratch Team.

I doubt they will. Versions of Scratch are always made by the Scratch Team themselves. Unless your work is truly exceptional, they probably won't release it.

Offline

 

Board footer