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

#26 2007-08-29 02:09:30

mohlar
Scratcher
Registered: 2007-05-24
Posts: 100+

Re: USEFUL DEMOS OF SCRATCH FEATURES AND FUNCTIONS

caseyjoe503 wrote:

this dosent help at all.

To follow up what  Andresmh says:

For quick help with a specific problem ---
(1) first look through existing forum posts to see if anything covers your problem (there probably will be something), and if not -
(2) then post a new message of your own - but not into this thread as it probably won't be spotted.

This thread is where people post messages about any projects they've made which might be of use to newcomers to Scratch ..... so it's more like a catalogue and is therefore something you need to sort through.

Most 'newbies' to Scratch hit a very similar batch of problems, so the odds are that the answer to whatever difficulty you have will already be covered somewhere in the forum.

Offline

 

#27 2007-08-29 04:57:28

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

Re: USEFUL DEMOS OF SCRATCH FEATURES AND FUNCTIONS

I have three demos of a smooth Multidirectional scrolling system.

This gives a play area 9 times the size of the screen.

This is the basic demo:

http://scratch.mit.edu/projects/Mayhem/30135

This is the demo combined with a rally car sprite and more interesting background.

http://scratch.mit.edu/projects/Mayhem/30145

This is the demo combined with Alvekatt's rescue ship graphics and searchlight idea:

http://scratch.mit.edu/projects/Mayhem/30406

To use:  Download the original.
Draw a background on some art software that is 1260 wide and 900 tall.  Chop it up into nine 420x300 sections, makign sure you keep track of which goes where.

Copy your backgrounds onto the nine scroll sprites.

Then either replace the arrow with our own costume, or hide the arrow sprite and put your own sprite in the middle of the screen, set to rotate in the same manner as the arrow sprite.


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

 

#28 2007-09-06 20:55:32

EdnaC
Scratcher
Registered: 2007-08-28
Posts: 100+

Re: USEFUL DEMOS OF SCRATCH FEATURES AND FUNCTIONS

Demo of screen wrapping (sprite flys off right edge and reappears on left edge and same for top/bottom), like the old "Asteroids" game.  This doesn't add "real estate" like scrolling maps do, but for those of us with fond memories of the classic "quarter eaters", it's a neat trick and very easy to do.

When close to the edge, the sprite "transports" to the opposite side by simply changing the sign of its X or Y coordinate (whichever reaches the threshold). This method works for small sprites that are moving right along, but wouldn't do for large ones or slow movers (it would become noticeable).

http://scratch.mit.edu/projects/EdnaC/34760

The demo contains a plane and a missile that exhibit the same behavior, and, as a bonus, you can shoot yourself if you try.

I also have several "Demos" that use sprites and variables to represent the "Velocity Vector" of a moving object.  This gets away from trying to separate velocity into X and Y components by using what Scratch already has (and works well with).  "Spaceship" is a nice representative of this, and could be the basis for a cool "moon-lander" type game.

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

Last edited by EdnaC (2007-09-21 12:06:11)

Offline

 

#29 2008-01-31 07:59:29

Llamalover
Scratcher
Registered: 2007-05-18
Posts: 100+

Re: USEFUL DEMOS OF SCRATCH FEATURES AND FUNCTIONS

These links are great, but I noticed this:

mohlar wrote:

http://scratch.mit.edu/projects/mina/541
the same idea by the same author – but this time there is a demo how to make some sprites change costumes when they are chosen. Also demonstrates how to assign different music instruments to sprites. The game looks more complex, but the code is still easy to read.

http://scratch.mit.edu/projects/mina/541
Demo of how to use arrow keys to make a sprite rotate, shrink and grow.

http://scratch.mit.edu/projects/mina/541
This isn’t really a simple demo as it is effectively a mini version of Logo within Scratch – but it does show how to control angles of turn, step sizes for sprite movement, pen colours and sprite speed. Not one for ‘newbies’ but useful if you want to study these functions within the context of one project.


Be nice, I'm an old lady  wink

Offline

 

#30 2008-01-31 10:09:52

mohlar
Scratcher
Registered: 2007-05-24
Posts: 100+

Re: USEFUL DEMOS OF SCRATCH FEATURES AND FUNCTIONS

Somewhere along the line, the links seem to have been changed. All lead to 'Virtual Band' = but only if you copy and paste into the URL window.

Last edited by mohlar (2008-01-31 10:10:16)

Offline

 

#31 2008-02-10 04:04:02

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

Re: USEFUL DEMOS OF SCRATCH FEATURES AND FUNCTIONS

How do make different types of "health bar".


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

 

#32 2008-06-06 02:11:08

Bluestribute
Scratcher
Registered: 2008-01-24
Posts: 1000+

Re: USEFUL DEMOS OF SCRATCH FEATURES AND FUNCTIONS

It won't be a tutorial kind of game, but when my full version Pokemon Game comes out, you can see how it makes great usage of variables, like seeing if you caught the pokemon, seeing which one you chose, see if you need to get one, or just walking around for fun, etc


http://img247.imageshack.us/img247/1204/bluestributett4.jpg
That's my PSN ID. I know tons of COD4 glitches. Add me as your friend. Oh, and get a headset

Offline

 

#33 2008-06-06 18:23:01

mletreat
Scratcher
Registered: 2008-05-01
Posts: 100+

Re: USEFUL DEMOS OF SCRATCH FEATURES AND FUNCTIONS

Hey everyone-

I've recently created a How-To gallery where you can all post your helpful demo/tutorial/How-To projects...many I have already added myself, but if yours isn't included, feel free to add.

Thanks!

http://scratch.mit.edu/galleries/view/18126

Offline

 

#34 2008-07-11 14:46:10

b_g
Scratcher
Registered: 2008-07-09
Posts: 36

Re: USEFUL DEMOS OF SCRATCH FEATURES AND FUNCTIONS

Try this for perfect sprite movement with non-scrolling platforming games.

Offline

 

#35 2008-07-31 17:33:04

Jskrasnove
Scratcher
Registered: 2008-02-17
Posts: 19

Re: USEFUL DEMOS OF SCRATCH FEATURES AND FUNCTIONS

<play sound[ Our Song ]    cool


➊➋➌ { a n i m a l * i s l a n d s | - - 13 mem.
~ ESTABLISHED ! ACTIVE ! ORGANIZED ! -xx

Offline

 

#36 2008-07-31 18:31:49

Paddle2See
Scratch Team
Registered: 2007-10-27
Posts: 1000+

Re: USEFUL DEMOS OF SCRATCH FEATURES AND FUNCTIONS

Jskrasnove wrote:

<play sound[ Our Song ]    cool

Jskrasnove, please keep your forum posts releated to the topic of the thread.  Thank you.


http://i39.tinypic.com/2nav6o7.gif

Offline

 

#37 2008-08-15 08:28:01

Jskrasnove
Scratcher
Registered: 2008-02-17
Posts: 19

Re: USEFUL DEMOS OF SCRATCH FEATURES AND FUNCTIONS

Lol, srry.


➊➋➌ { a n i m a l * i s l a n d s | - - 13 mem.
~ ESTABLISHED ! ACTIVE ! ORGANIZED ! -xx

Offline

 

#38 2008-08-19 11:31:39

catowner
Scratcher
Registered: 2008-06-30
Posts: 51

Re: USEFUL DEMOS OF SCRATCH FEATURES AND FUNCTIONS

I have a 2 demos of how to make sprites interact with terrain they are called platform tutorials 1 and 2. they show you how to make portals moving platforms walls ramps platforms you can't get stuck in sprites that change costumes as they move an ropes you can climb.


there are 3 kinds of people: those who are good at math and those who are good at speling.

Offline

 

#39 2008-08-20 21:04:10

mletreat
Scratcher
Registered: 2008-05-01
Posts: 100+

Re: USEFUL DEMOS OF SCRATCH FEATURES AND FUNCTIONS

catowner wrote:

I have a 2 demos of how to make sprites interact with terrain they are called platform tutorials 1 and 2. they show you how to make portals moving platforms walls ramps platforms you can't get stuck in sprites that change costumes as they move an ropes you can climb.

Links:
http://scratch.mit.edu/projects/catowner/244303

http://scratch.mit.edu/projects/catowner/238763

I added these to my how-to gallery as well...thanks for sharing  smile

Offline

 

#40 2008-10-26 07:49:42

scratchie1234567890
Scratcher
Registered: 2008-10-26
Posts: 8

Re: USEFUL DEMOS OF SCRATCH FEATURES AND FUNCTIONS

Hey,

I have a question and that is if anyone can do and explain me a demo of how to make a drop shadow follow a character on the X and Y axis. Also I have figured out the ghost effect and resize effect but im am wondering how the shadow goes under the character when he floats down(moves down the platform) and when he flies up the shadow moves a bit upwards on the platform but doesnt go off the platform.

Please could someone show me how to do that, it will be much appreciated.

Thanks.

p.s I wont be online everyday, apologies.

Offline

 

#41 2009-01-01 00:14:17

Staraptor
Scratcher
Registered: 2008-07-29
Posts: 1000+

Re: USEFUL DEMOS OF SCRATCH FEATURES AND FUNCTIONS

Look for my Die! Die project! it uses random variables


"Life is a video game. No matter how good you get, you always end up getting zapped." -Shiregu Miamoto

Offline

 

#42 2009-03-27 18:00:36

Quaggledorf
Scratcher
Registered: 2009-03-27
Posts: 7

Re: USEFUL DEMOS OF SCRATCH FEATURES AND FUNCTIONS

Anyone know how to make objects an "edge". I want my sprite to be able to "bouce" off of other sprites. Thanks for the help.

Offline

 

#43 2009-03-31 07:36:46

Rolers_sonic_tails
Scratcher
Registered: 2008-07-19
Posts: 87

Re: USEFUL DEMOS OF SCRATCH FEATURES AND FUNCTIONS

Next.......


http://planetsmilies.net/cool-smiley-8942.gif
cool! click the color-changing people to go to where i found it!

Offline

 

#44 2009-03-31 20:17:07

bosox397
Scratcher
Registered: 2008-02-17
Posts: 1000+

Re: USEFUL DEMOS OF SCRATCH FEATURES AND FUNCTIONS

Next what? Dont spam


Dear Scratch Users,
I'm done with scratch, or at least making projects. I have made one last big game, thats both fun and teaches a lesson about water. It'd mean a lot if you gave me feedback.                              http://scratch.mit.edu/projects/bosox397/569201

Offline

 

#45 2009-04-26 17:49:24

FiremariomkiZX
Scratcher
Registered: 2008-05-08
Posts: 100+

Re: USEFUL DEMOS OF SCRATCH FEATURES AND FUNCTIONS

What about RPG templates for the people?


http://i.imgur.com/8zQZV.jpg

Offline

 

#46 2009-04-27 21:22:01

homestarfan
Scratcher
Registered: 2009-03-10
Posts: 100+

Re: USEFUL DEMOS OF SCRATCH FEATURES AND FUNCTIONS

i don't have any  neutral


hey I'M AWESOME CHECK THIS STUFF OUT homestarrunner.com http://scratch.mit.edu/galleries/view/43446 http://scratch.mit.edu/galleries/view/46180 http://scratch.mit.edu/projects/homestarfan/450108 smile til the sun don't shine  smile   big_smile   lol   wink   neutral   hmm   sad  SMILE   yikes   big_smile   lol

Offline

 

#47 2009-05-06 11:33:39

pokemon_master12
Scratcher
Registered: 2008-09-26
Posts: 100+

Re: USEFUL DEMOS OF SCRATCH FEATURES AND FUNCTIONS

Yes, I agree. It would be much easier to post Scratch demos here rather than having to search the whole of the website for them. Great thinking!  smile


My Dragon Egg! http://dragcave.net/image/5YUA.gif
Visit my blog: http://freyasworld.wordpress.com/

Offline

 

#48 2009-06-12 09:38:40

filo5
Scratcher
Registered: 2008-01-08
Posts: 1000+

Re: USEFUL DEMOS OF SCRATCH FEATURES AND FUNCTIONS

I propose SentenceSynthesier 0.6 (click the big banner in my signature, the blue one), because it's a good examples of lists and sounds...


Converting my Scratch projects to Python!

Offline

 

#49 2009-07-31 05:05:04

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

Re: USEFUL DEMOS OF SCRATCH FEATURES AND FUNCTIONS

Here's a scrolling tutorial: http://scratch.mit.edu/projects/Chrischb/339757


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

 

#50 2009-08-14 23:41:22

Maroon
Scratcher
Registered: 2009-08-14
Posts: 16

Re: USEFUL DEMOS OF SCRATCH FEATURES AND FUNCTIONS

check out the demo of my new game. http://scratch.mit.edu/projects/Maroon/647786


I fall: It's tragedy. You fall: It's comedy.

Offline

 

Board footer