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

#51 2010-02-06 02:04:59

cleondann
Scratcher
Registered: 2010-02-06
Posts: 4

Re: USEFUL DEMOS OF SCRATCH FEATURES AND FUNCTIONS

I am very good in calculations and algebra in high school. but then i choose programming and now i most interested subject is to find something new and extraordinary things in programming line.

Offline

 

#52 2010-05-10 19:53:33

jake451998
Scratcher
Registered: 2009-04-01
Posts: 100+

Re: USEFUL DEMOS OF SCRATCH FEATURES AND FUNCTIONS

mohlar wrote:

The 'invisibility' thread caused me to start identifying members who are deliberately and usefully posting short demos of Scratch features and functions. Personally, I feel that members, and especially 'newbies' could do with a dedicated area of the website or a 'sticky' thread where all such programs could be assessed by the Scratch team and then posted so as to create a library of such demos. In the meantime, these are the members whose work triggered my thinking ......

http://scratch.mit.edu/users/kevin_karplus

Calculator
Arrays (implemented in a ‘Simon’ game)
Printing decimal values
Printing numbers
Timer test

http://scratch.mit.edu/users/Roberth

Square roots
Trigonometry values
Array demo
Movement demo

http://scratch.mit.edu/projects/paulmedwalhelp/8942

tennis sniper (improved version of game by rivendell)
Basic bullet demo
Direction change demo


Why not post your own suggestions of contributions?

I've found tons of those, I open one up, All you do is click a button. One thing that these short demos are good for is a sprite or script pack for someone or somthing to start on collabaration.

Offline

 

#53 2010-05-28 22:13:01

rocketthecat5
Scratcher
Registered: 2010-05-27
Posts: 7

Re: USEFUL DEMOS OF SCRATCH FEATURES AND FUNCTIONS

how do you make a sprite turn when it follows you?

Offline

 

#54 2010-05-28 22:14:55

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: USEFUL DEMOS OF SCRATCH FEATURES AND FUNCTIONS

rocketthecat5 wrote:

how do you make a sprite turn when it follows you?

How do you mean? There are a number of ways to make a sprite turn and follow you at the same time, if that's what you're asking. Maybe this script will help:

Code:

When Green Flag Clicked
  Forever
    point towards [sprite2]
    move (2) steps
  end

Offline

 

#55 2010-06-01 18:55:43

pow123
Scratcher
Registered: 2010-05-22
Posts: 2

Re: USEFUL DEMOS OF SCRATCH FEATURES AND FUNCTIONS

how do you make health bars? I need to know the scripts!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Offline

 

Board footer