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

#1 2007-12-15 10:45:23

ML1
Scratcher
Registered: 2007-08-28
Posts: 65

Any ideas!

Put here your ideas, anything!

Offline

 

#2 2007-12-20 15:28:18

k94u
Scratcher
Registered: 2007-12-07
Posts: 2

Re: Any ideas!

Someone make a stupid stickman movie.
Please?

Offline

 

#3 2007-12-22 13:18:59

ML1
Scratcher
Registered: 2007-08-28
Posts: 65

Re: Any ideas!

Plumberry make 13 parts of Stupid Stickman

Offline

 

#4 2007-12-22 14:31:42

ML1
Scratcher
Registered: 2007-08-28
Posts: 65

Re: Any ideas!

What about : <glide anywhere until <  >>? I mean that it should go same speed, no like
<glide (blah) to x:(pick random (blah) to blah) y: (pick random (blah) to (blah)>.
And until <  > is same type like <if < >>, if you know and get what I mean!?!

Offline

 

#5 2007-12-23 01:02:44

kevin_karplus
Scratcher
Registered: 2007-04-27
Posts: 1000+

Re: Any ideas!

Sorry ML1, I have no idea what you mean.  could you give a script that your block would expand to?

Offline

 

#6 2007-12-23 06:47:52

ML1
Scratcher
Registered: 2007-08-28
Posts: 65

Re: Any ideas!

It is like <glide(  )secs to x sad   )y sad   ) ,but it automatically go anywhere on stage, until something done, like example <key[ a ]pressed?>, it always glide somewhere but same speed!

Offline

 

#7 2007-12-23 13:17:25

kevin_karplus
Scratcher
Registered: 2007-04-27
Posts: 1000+

Re: Any ideas!

That sounds like a very specialized sort of action, but one that is fairly easily programmed with the current blocks.  Why don't you try writing such a script?  Then you would have it available for any of your future projects that needed it.

Offline

 

#8 2007-12-26 06:53:55

ML1
Scratcher
Registered: 2007-08-28
Posts: 65

Re: Any ideas!

Okay, but what about :  <if>
                                     <blah>
                                    <and>
                                     <blah>
                                    <end>
That      <and> means 2 things happen in same time.

Last edited by ML1 (2007-12-26 06:54:54)

Offline

 

#9 2007-12-26 15:03:35

kevin_karplus
Scratcher
Registered: 2007-04-27
Posts: 1000+

Re: Any ideas!

if condition1 and condition2
is already available (that is what the "and" block on the numbers pane is for).

Offline

 

#10 2007-12-27 06:08:24

ML1
Scratcher
Registered: 2007-08-28
Posts: 65

Re: Any ideas!

I don`t think on that. I think to 2 happenings happen in same time, example:
<glide( blah )secs to x sad  blah )y sad  blah)> and  <<turn cw( blah )degrees>

Offline

 

#11 2007-12-27 07:48:42

kevin_karplus
Scratcher
Registered: 2007-04-27
Posts: 1000+

Re: Any ideas!

In Scratch, if you want 2 actions at the same time, you have to put them in 2 scripts that run simultaneously:

broadcast glide_and_turn and wait

when I receive glide_and_turn
    glide 3 secs to x: () y: ()

when I receive glide_and_turn
    repeat 10 times
        turn () degrees
        wait 0.3 secs

There are languages that support parallel action in a single block by having a "do parallel" construct.  Alice (http://www.alice.org) is probably the simplest example.
The scratch construct for parallelism is probably easier to understand, though a bit more verbose.

Offline

 

#12 2007-12-30 11:21:02

dogdog
Scratcher
Registered: 2007-10-12
Posts: 70

Re: Any ideas!

I wont scratch to be able to conect to ether computers!!
It would be a big help in raceing games or ether games!!
Thanks!!!

Last edited by dogdog (2007-12-30 11:21:24)

Offline

 

#13 2007-12-30 11:43:37

MyRedNeptune
Community Moderator
Registered: 2007-05-07
Posts: 1000+

Re: Any ideas!

DogDog: do you mean making Scratch online, multiplayer?


http://i52.tinypic.com/5es7t0.png I know what you're thinking! "Neptune! Get rid of those filthy advertisements and give us back the Zarathustra siggy, you horrible person!" Well, don't worry about it, the Zara siggy will be back soon, new and improved! ^^ Meanwhile, just do what the sig tells you to. >.>

Offline

 

#14 2007-12-31 12:44:05

dogdog
Scratcher
Registered: 2007-10-12
Posts: 70

Re: Any ideas!

MyRedNeptune wrote:

DogDog: do you mean making Scratch online, multiplayer?

YES!!!

Last edited by dogdog (2008-01-20 13:19:03)

Offline

 

#15 2007-12-31 13:38:02

ML1
Scratcher
Registered: 2007-08-28
Posts: 65

Re: Any ideas!

<touching anything/everything/nothing>?

Offline

 

#16 2008-01-03 22:20:56

coka
Scratcher
Registered: 2007-11-03
Posts: 1000+

Re: Any ideas!

On Microsoft Word, Publisher,and so on, have an auto save thing so when the computer has an error and it gets loked up or messed up the unsave document are saved, but when you open up word for example it would have a screen showing what has not been saved and it asks you if you want to save it. I think scratch should have that!


http://i42.tinypic.com/2rot8c2.png

Offline

 

#17 2008-01-10 15:09:25

beepbeep
Scratcher
Registered: 2007-11-23
Posts: 28

Re: Any ideas!

It really wastes time and space to give each sprite automatic sounds.  Pop and meow really shouldn't appear with every new sprite.


Beep away!

smile    smile    smile    smile    smile    smile    smile    smile    smile    smile    smile    smile    smile    smile    smile    smile

Offline

 

#18 2008-01-10 15:14:43

beepbeep
Scratcher
Registered: 2007-11-23
Posts: 28

Re: Any ideas!

I think that the "if touching color" needs improvement.  There should be an option to use a number as well as an actual color sample.


Beep away!

smile    smile    smile    smile    smile    smile    smile    smile    smile    smile    smile    smile    smile    smile    smile    smile

Offline

 

#19 2008-01-11 02:23:08

Jens
Scratcher
Registered: 2007-06-04
Posts: 1000+

Re: Any ideas!

I quite agree, and it has been proposed by people in this forum before, that being able to sense colors by their 'number' would open up some really great possibilites. I'm all for it!

I also find default sounds for each sprite annoying. The first thing I usually do is remove them. Sometimes I even save a completely empty project and use it as template for my new ones (until I spoil the template by forgetting to rename it first  smile  ).


Jens Mönig

Offline

 

#20 2008-03-31 09:36:28

ML1
Scratcher
Registered: 2007-08-28
Posts: 65

Re: Any ideas!

There should be possibility to make sprite longer or make it strech. Maybe in effects?

Offline

 

#21 2008-03-31 09:46:18

Mayhem
Scratcher
Registered: 2007-05-26
Posts: 1000+

Re: Any ideas!

Yes, it would be quite nice to have the "size" block but also having a "Height" which only changes size the vertical and "Width" which only changes size on the horizontal (the sprites vert and hoz, not the screens).


Web-spinning Spider:  http://scratch.mit.edu/projects/Mayhem/18456
3D Dungeon Adventure:  http://scratch.mit.edu/projects/Mayhem/23570
Starfighter X: http://scratch.mit.edu/projects/Mayhem/21825
Wandering Knight: http://scratch.mit.edu/projects/Mayhem/28484

Offline

 

#22 2008-04-02 13:33:43

bigB
Scratcher
Registered: 2007-06-09
Posts: 100+

Re: Any ideas!

clearing an individual sprites pen/stamp would be very useful

Last edited by bigB (2008-04-02 13:33:54)


http://scratch.mit.edu/projects/bigB/260981 Draw to Text
http://scratch.mit.edu/projects/bigB/181829 3D Stunt Flyer

Offline

 

#23 2008-04-04 09:07:01

zeek180
Scratcher
Registered: 2008-04-03
Posts: 3

Re: Any ideas!

There should be choices of backgrounds for your own pg.

Offline

 

#24 2008-04-04 16:39:12

Bdog32
Scratcher
Registered: 2007-09-13
Posts: 10

Re: Any ideas!

Yeah srsly P:

Offline

 

#25 2008-05-09 16:01:07

ML1
Scratcher
Registered: 2007-08-28
Posts: 65

Re: Any ideas!

Would someone answer?

Offline

 

Board footer