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

#1 2012-02-22 13:12:03

PencilFactory
Scratcher
Registered: 2011-11-11
Posts: 100+

more blocks

when [flag v] clicked
shout [help!!] for (2) secs
if <variable>
clone with script [when flag clicked]
else
pen down [fill at sprite v]
pen down [eraser v]
set [var v] to [#13401C]
set [color v] effect to [#13401C]
end
if <touching color [var v]?>
say [sprite1 v]
end
when key [shift v] pressed
when key [control v] pressed
when key [option v] pressed
when key [command v] pressed
set [var v] type to [slider v]
set [var v] to [true v]
wait (1) [secs v]
when [sprite1 v] clicked
repeat (10) (#)
prev. costume 
end
comment []
when [sprite1 v] clicked
if <(what key pressed?) = [option]>
say <(35) % of (54)>
stop all [of this sprite v]
end
add <the (( ) * ( )) block> to [list v]
add <the script [say [hello!]] > to [list v]
set [answer v] to <call (item (1 v) of [list v]) with imputs (5) (3) ( )... >
hmm   wink   sad   smile   mad   cool   lol   big_smile   tongue   neutral

Last edited by PencilFactory (2012-03-10 15:54:12)


PencilFactory is http://blocks.scratchr.org/API.php?user=PencilFactory&amp;action=onlineStatus&amp;type=text, see my computerhttp://mag.racked.eu/cimage/i9002/Achievement+get%21/Computer+crashed/mca.png

Offline

 

#2 2012-02-22 13:19:20

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: more blocks

What would be different about a "Shout" block?

And you're asking to have a reporter as a variable. That's impossible. What's gonna define whether the Boolean is true or false?

And about the "set [colour v] effect to [  ]" block, that's impossible. If you have a sprite with more than one colour/shade, how would it work? And why would you need to set a variable to a colour?


Why

Offline

 

#3 2012-02-22 13:53:28

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

Re: more blocks

RedRocker227 wrote:

What would be different about a "Shout" block?

And you're asking to have a reporter as a variable. That's impossible. What's gonna define whether the Boolean is true or false?

And about the "set [colour v] effect to [  ]" block, that's impossible. If you have a sprite with more than one colour/shade, how would it work? And why would you need to set a variable to a colour?

A Boolean value of false, the string "false", or a 0 all report false. Everything else is true.

Have you ever used Panther? If not download it now.

Offline

 

#4 2012-02-22 14:06:01

Mokat
Scratcher
Registered: 2011-12-08
Posts: 1000+

Re: more blocks

1. Makes no sense! How would you stop it then?
2. What would be different about a shout block?
3. Planned.
4. Cool idea, but how would it know where to fill?
5. Awesome!  big_smile
6. That's impossible! How would you set a variable to a color?
7. What if the sprite was multiple colors?
8. The enter key is a shortcut to the green flag.
9. Convert seconds to minutes, knowing that a minute is 60 seconds.
10. You can do it:

 switch to costume ((costume #)-(1)) 

Last edited by Mokat (2012-02-22 14:07:52)


http://www.eggcave.com/egg/977371.pnghttp://www.eggcave.com/egg/977376.pnghttp://www.eggcave.com/egg/1005291.pnghttp://www.eggcave.com/egg/996745.png

Offline

 

#5 2012-02-22 17:15:59

ProgramCAT
Scratcher
Registered: 2011-12-13
Posts: 500+

Re: more blocks

Most of them are unneeded.


Programming is an art...
Goodbye, Scratch. I am leaving because of the exams coming up at our school, though I'll check the forums once or twice a week.

Offline

 

Board footer