maybe a block that says 'line between [Sprite 1] and [Sprite 2]
[blocks] <when green flag clicked> [/blocks]
*draw line between [Sprite 1] and [Sprite 2]*
There could even be a drop down menu for diferent kinds of lines (stamped lines, move with the sprites lines, etc.)
This might be hard to make, but I think it would be worth it for people who would do this stuff.
Offline
[blocks]
<when green flag clicked>
<forever>
<wait(0.7)secsc>
<end
[/blocks]
Offline
bhz wrote:
Bluestribute wrote:
What about a power block. Instead of doing something like:
2*2*2*2*2
You could do:
2^5
It would kinda be like the mod block, but powersWill this work? or is it more complicated than doing x*x*x.....?
http://scratch.mit.edu/projects/bhz/260290
Some of them might do it.<set size to(100)%>
Offline
bhz wrote:
Bluestribute wrote:
What about a power block. Instead of doing something like:
2*2*2*2*2
You could do:
2^5
It would kinda be like the mod block, but powersWill this work? or is it more complicated than doing x*x*x.....?
http://scratch.mit.edu/projects/bhz/260290
92% and 8% not 7%
Offline
if(receive message)
{
do something
}
left click
right click
<when[ f1-f12 ]key pressed> and other symbols
Offline
<I recieve [ ]> is not possible, as messages are not boolean values.
Even if you can recreate this block, there is one problem.
[blocks]
<when I receive[ Message
<set{Message}to(1) >
<?????>
<set{Message}to(0) >
[/blocks]
How would you replace the <?????>? You could use a <wait (0.1) secs> block, but then the
[blocks]<broadcast[ [/blocks]
block had to be changed into something like:
<broadcast [ ] for ( ) secs>
If there is no block between the <set to 1> and <set to 0> blocks, <I recieve [ ]> blocks would not be activated. But if the <wait () secs> block is too long, it activates the wrong blocks.
Right click is already possible: http://scratch.mit.edu/projects/bhz/362968
F1-F12 might be possible, but some computers like Macs (that's one of the reasons I dislike them) don't have some of the keys (like control, super (that's what windows key is called in linux)) but have several replacement keys: F13, F14, F15 and that weird icon used like control for windows...
Last edited by ScratchScripter (2009-07-01 08:37:36)
Offline
Scratch412 wrote:
if(receive message)
{
do something
}
left click
right click
<when[ f1-f12 ]key pressed>[/blocks] and other symbols
if receive message:
if < I received > =
left/right click: http://scratch.mit.edu/projects/bhz/362968
when f1-f12 pressed: some keyboards don't have these keys...
Last edited by bhz (2009-06-21 07:27:32)
Offline
a "stop sprite" script
Offline
Something like..a "sub" thing. In Lua Programming, it would be like this:
--Type 1 something = "Hello world!" print(string.sub(something,1,5)) --OUTPUT-- Hello
--Type 2 lol = "Hello world!" print(string.sub(lol,5)) --OUTPUT-- o world!
Know what I mean?
Offline
[blocks]<change pen color by(1[/blocks]
Offline
I think for 1.5 (because 1.4 will come out any day now) there should be an area above where you can edit the stage, for an area where you can edit the look of the cursor! But the cursor would only look that way while it is on the stage.
It could have some scripts, but like the stage no motion blocks. It might have to take off a few other blocks too.
If you want to visually see the mouse area go to this project.
Last edited by henley (2009-06-28 08:35:21)
Offline
make a view www._________________.____ please i want to be able to make a mini clubpenguin that looks the same and does the same things and the controls are the same and i just want to be able to view a site on scratch without having to make my own version of it.
Offline
kanthony92 wrote:
[blocks]<change pen color by(1[/blocks]
What does this have to do with anything? Please people try to stay on topic.
Offline
make it so it will turn it into an exe so you could play it without seeing scratch and you could edit it as script AND i dont like seeing scratch. tons of people want that and i havent read all of the posts, so if somebody else said this too, im with them. if no one else has said that then everyone who reads this say the same thing on as many topics as possible. if whoever owns scratch doesn't want to do that then could someone please tell me how to manually translate the drag and drop scripts into a script by typing it? when you insert <when green flag clicked> these, does it show as script or as html? this could help me a lot if it was script.
sry 4 the long post.
Offline
henley i think kanthony is just experimenting with the blocks. your right though delete your posts after youve done that
Last edited by bobrulerofall (2009-06-30 12:30:32)
Offline
kanthony92 wrote:
make a view www._________________.____ please i want to be able to make a mini clubpenguin that looks the same and does the same things and the controls are the same and i just want to be able to view a site on scratch without having to make my own version of it.
that could be used by virus makers sadly
view <link to virus download>
Offline
I have the beta version of 1.4, and have had it for a long time. I can't wait until the full version is released, but I thought it would come out a bit sooner. At least I have the beta version.
Offline
Not to mention my multiplayer suggestion : http://scratch.mit.edu/forums/viewtopic.php?id=18817
Offline