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

#251 2009-06-12 08:27:11

katti415
Scratcher
Registered: 2009-02-01
Posts: 3

Re: Scratch 1.4

sad   sad   sad             smile   smile   smile         hmm  hmm  hmm

Offline

 

#252 2009-06-12 08:29:01

katti415
Scratcher
Registered: 2009-02-01
Posts: 3

Re: Scratch 1.4

hghsdhdsdzfv

ooogabooga wrote:

Demosthenes,
why do you name your character after a screen name in Ender's Game?

Offline

 

#253 2009-06-12 18:25:57

oofieman
Scratcher
Registered: 2009-06-12
Posts: 1

Re: Scratch 1.4

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.  big_smile   wink


90% of teens today would die if Myspace had a system failure and was completely destroyed. If you are one of the 10% that would be laughing, copy and paste this into your signature.
92% of teens have moved on to rap. If you are part of the 7% who still listen to real music, copy and paste this into your signature.

Offline

 

#254 2009-06-13 01:33:55

Chrischb
Scratcher
Registered: 2008-07-24
Posts: 1000+

Re: Scratch 1.4

katti415 wrote:

sad   sad   sad             smile   smile   smile         hmm  hmm  hmm

Please stop spamming.
______________________________
May Scratch grow and prosper.


I fall: It's a tragedy. You fall: It's comedy.
Hmph enjoy your fall - I get a lovely spring... without pans of new leaves.

Offline

 

#255 2009-06-13 20:28:59

MariowiiX
Scratcher
Registered: 2009-05-24
Posts: 25

Re: Scratch 1.4

big_smile

[blocks]
<when green flag clicked>
<forever>
<wait(0.7)secsc>
<end
[/blocks]


<a href="http://www.danasoft.com"><img src="http://www.danasoft.com/citysign.jpg" border="0"></a><p><div style="font-family:Arial,sans-serif;font-size:11px;">Sign by Danasoft - <a href="http://www.danasoft.com">Get Your Free Sign</a></p></div>

Offline

 

#256 2009-06-14 21:16:56

Uxie
Scratcher
Registered: 2009-06-14
Posts: 1

Re: Scratch 1.4

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 powers

Will 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

 

#257 2009-06-16 07:16:46

piko_12
Scratcher
Registered: 2009-03-15
Posts: 37

Re: Scratch 1.4

Everyone Is Quitting Scratch These Days!

Offline

 

#258 2009-06-20 13:08:04

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

Re: Scratch 1.4

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 powers

Will this work? or is it more complicated than doing x*x*x.....?
http://scratch.mit.edu/projects/bhz/260290

92% and 8% not 7%


http://i.imgur.com/gp6tZ.gif

Offline

 

#259 2009-06-20 23:26:31

Scratch412
Scratcher
Registered: 2008-07-30
Posts: 41

Re: Scratch 1.4

if(receive message)
{
  do something
}

left click
right click
<when[ f1-f12 ]key pressed> and other symbols


http://www.txttext.com/file-cabinet/TxttextLogoPNG.png

Offline

 

#260 2009-06-21 03:42:50

ScratchScripter
Scratcher
Registered: 2008-08-21
Posts: 73

Re: Scratch 1.4

<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

 

#261 2009-06-21 07:25:51

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

Re: Scratch 1.4

Scratch412 wrote:

if(receive message)
{
  do something
}

left click
right click
<when[ f1-f12 ]key pressed>[/blocks] and other symbols

if receive message:
http://img31.imageshack.us/img31/1562/60278216.gif

if < I received > = http://img31.imageshack.us/img31/8083/59919484.gif

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

 

#262 2009-06-23 14:47:00

RoboticVertigo
Scratcher
Registered: 2009-04-10
Posts: 27

Re: Scratch 1.4

a "stop sprite" script


--------------------------------------------------------------------------------

Offline

 

#263 2009-06-24 19:32:39

Scratch412
Scratcher
Registered: 2008-07-30
Posts: 41

Re: Scratch 1.4

<if>joystick>
<move( x )steps>
<end>

Last edited by Scratch412 (2009-06-24 19:35:15)


http://www.txttext.com/file-cabinet/TxttextLogoPNG.png

Offline

 

#264 2009-06-25 04:20:52

ihaveamac
Scratcher
Registered: 2007-09-22
Posts: 1000+

Re: Scratch 1.4

Something like..a "sub" thing. In Lua Programming, it would be like this:

Code:

--Type 1
something = "Hello world!"
print(string.sub(something,1,5))
--OUTPUT--
Hello

Code:

--Type 2
lol = "Hello world!"
print(string.sub(lol,5))
--OUTPUT--
o world!

Know what I mean?


~ihaveamac - visit ihaveamac.net

Offline

 

#265 2009-06-27 11:27:53

kanthony92
Scratcher
Registered: 2009-06-23
Posts: 5

Re: Scratch 1.4

[blocks]<change pen color by(1[/blocks]

Offline

 

#266 2009-06-28 08:01:49

henley
Scratcher
Registered: 2008-06-21
Posts: 1000+

Re: Scratch 1.4

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)


"I've worked so hard for you and you give me nothing in return. Do you need help... Or do I?"

Offline

 

#267 2009-06-28 11:53:16

kanthony92
Scratcher
Registered: 2009-06-23
Posts: 5

Re: Scratch 1.4

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

 

#268 2009-06-28 20:31:05

henley
Scratcher
Registered: 2008-06-21
Posts: 1000+

Re: Scratch 1.4

kanthony92 wrote:

[blocks]<change pen color by(1[/blocks]

What does this have to do with anything? Please people try to stay on topic.


"I've worked so hard for you and you give me nothing in return. Do you need help... Or do I?"

Offline

 

#269 2009-06-30 12:27:21

bobrulerofall
Scratcher
Registered: 2009-06-30
Posts: 2

Re: Scratch 1.4

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

 

#270 2009-06-30 12:30:12

bobrulerofall
Scratcher
Registered: 2009-06-30
Posts: 2

Re: Scratch 1.4

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

 

#271 2009-06-30 19:37:13

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

Re: Scratch 1.4

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  sad
view <link to virus download>

Offline

 

#272 2009-07-01 04:47:38

onedudeuk
Scratcher
Registered: 2009-01-11
Posts: 100+

Re: Scratch 1.4

An automatic script compresser that gets rid of extra scripts to shrink the project would be good!


http://i.imgur.com/1FaX3.gif
http://i.imgur.com/yu0s1.gif

Offline

 

#273 2009-07-01 08:58:14

zbugni
Scratcher
Registered: 2008-12-13
Posts: 500+

Re: Scratch 1.4

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.  sad   At least I have the beta version.

Offline

 

#274 2009-07-01 18:00:09

-db-
Scratcher
Registered: 2009-06-04
Posts: 100+

Re: Scratch 1.4

I have just downloaded the beta version of 1.4 and noticed that there are two "share" icons. it seems kind of unnecessary to have two. just wondering if it is just a glitch thing or if it will stay.


http://i31.tinypic.com/2n8ofg4.jpg

Offline

 

#275 2009-07-02 12:34:45

lucien
Scratcher
Registered: 2007-07-14
Posts: 31

Re: Scratch 1.4

Not to mention my multiplayer suggestion : http://scratch.mit.edu/forums/viewtopic.php?id=18817


If you want to see my "Next generation" projects, go to
LucienX's Page. SEMPER FI, and LucienX out!

Offline

 

Board footer