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

#1 2009-08-23 20:27:57

wiimaster
Scratcher
Registered: 2008-09-17
Posts: 1000+

New Blocks I Reallyreallyreally Want

Tell me your ideas and ill add them if they are good. hopefully the scratch team will consider these for 1.5



Control:

Motion:
[if on edge, stop]

Looks:
[set blur effect to __]
[set rumble effect to __] *
[set sharpness effect to __]**
[shout ___]***
[shout ___ for __ seconds]***
[set speech font to ___]
[set speech size to ___]
[stop talking]
[previous costume]
[go to back]
[go forward __ layers]
http://i584.photobucket.com/albums/ss286/wiimaster1/effect.gif

Sensing:

Sound:
[play sound __ for __ seconds]
[next sound]

Numbers:

Pen:
[set pen opacity to: ( )]
[set pen to eraser]

Variables:

Lists:
[show list __]
[hide list __]



*makes the sprite shake a little. the higher the number, the faster it will shake.
**makes the sprite crisp and sharp. the higher the number the sharper it is.
***anything put in there, is said in a spiky speech bubble.

Last edited by wiimaster (2010-01-01 21:44:49)


http://i584.photobucket.com/albums/ss286/wiimaster1/Wiimaster_zps107dca4c.gif

Offline

 

#2 2009-08-24 00:11:50

technoguyx
Scratcher
Registered: 2008-10-18
Posts: 1000+

Re: New Blocks I Reallyreallyreally Want

"Stop script if" can be easily done as:

[blocks]<if>
<stop script>
<end>[/blocks]

But shouting, the new layer blocks and the effect variable are awesome ideas.


http://getgnulinux.org/links/en/linuxliberated_4_78x116.png

Offline

 

#3 2009-08-24 07:42:07

wiimaster
Scratcher
Registered: 2008-09-17
Posts: 1000+

Re: New Blocks I Reallyreallyreally Want

technoguyx wrote:

"Stop script if" can be easily done as:

[blocks]<if>
<stop script>
<end>[/blocks]

But shouting, the new layer blocks and the effect variable are awesome ideas.

oh yeah.... thanks. i might acually make these, by make i mean edit a real block to look like these.


http://i584.photobucket.com/albums/ss286/wiimaster1/Wiimaster_zps107dca4c.gif

Offline

 

#4 2009-08-24 07:53:30

wiimaster
Scratcher
Registered: 2008-09-17
Posts: 1000+

Re: New Blocks I Reallyreallyreally Want

i posted a pic of the effect variable


http://i584.photobucket.com/albums/ss286/wiimaster1/Wiimaster_zps107dca4c.gif

Offline

 

#5 2009-08-25 15:26:36

TimeFreeze
Scratcher
Registered: 2008-08-11
Posts: 500+

Re: New Blocks I Reallyreallyreally Want

I can't imagine what "stop moving" would be used for, it seems completely useless to me.


There are 10 types of people in this world: Those who understand binary, and those who don't. --[insert unrelated transition]-- GRANDILOQUENCE FTW!

Offline

 

#6 2009-08-25 20:10:02

aweman
Scratcher
Registered: 2008-06-22
Posts: 100+

Re: New Blocks I Reallyreallyreally Want

<right mouse down?> would be a good one

Offline

 

#7 2009-08-25 21:48:55

Lolersk8s
Scratcher
Registered: 2009-04-29
Posts: 41

Re: New Blocks I Reallyreallyreally Want

Hmm... how 'bout "height/width'' blocks? like "set height to (        )" that would be cool...

Last edited by Lolersk8s (2009-08-25 21:52:28)

Offline

 

#8 2009-08-26 07:03:45

bhz
Scratcher
Registered: 2008-07-06
Posts: 100+

Re: New Blocks I Reallyreallyreally Want

aweman wrote:

<right mouse down?> would be a good one

http://scratch.mit.edu/projects/bhz/362968

rumble:
*make variable rumble*
move ( rumble ) steps
forever
  move ( ( -2 ) * ( rumble ) ) steps
  move ( ( 2 ) * ( rumble) ) steps

go to back:
go back ( 999 ) layers *a reasonable project wont have 999 sprites!*

go forward ( 10 ) layers:
go back ( -10 ) layers

[ color ] effect:
*make variable color*
forever
  set [ color ] effect to ( color )

Offline

 

#9 2009-08-26 13:37:09

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

Re: New Blocks I Reallyreallyreally Want

Look at this project, it contains my ideas.


http://i.cr3ation.co.uk/dl/s1/gif/847032b8a331def77529b6a0384db1fe_handfingers.gif

Offline

 

#10 2009-08-26 14:26:01

TinyWanda
Scratcher
Registered: 2009-05-26
Posts: 35

Re: New Blocks I Reallyreallyreally Want

How about allowing Variables to contain the names of Variables.
This may sound crazy, but it is actually very useful.


Visit The Source Material...
http://transamoebae.blogspot.com/

Offline

 

#11 2009-08-26 14:30:53

TinyWanda
Scratcher
Registered: 2009-05-26
Posts: 35

Re: New Blocks I Reallyreallyreally Want

Lists that Contain Lists
And being able to make a list from within a program.
And being able to display and hide lists.
- -
And An Easy Way to Display Text in a Formatted Manner...
- - -
And: What is The Color at [x] [y]
- - - -
The Ability to Draw an Object from within a program, Then make it into a Sprite, And Then Control That Sprite, All from a running program.


Visit The Source Material...
http://transamoebae.blogspot.com/

Offline

 

Board footer