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

#1 2010-06-12 11:26:38

Random_Guy_123
Scratcher
Registered: 2010-05-19
Posts: 71

How do you create a descent platformer?

I long to create a descent platformer, but i hav no idea how! PLease help!


[url]http://scratch.mit.edu/projects/Random_Guy_123/1251479http://scratch.mit.edu/static/icons/buddy/524617_med.png?t=2010-05-28+12%3A12%3A41[/url]
Ever wanted to become a worm and avoid lots of lasers and robots? Then come check out the Worm vs. Machine game you (probably haven't) been waiting for!

Offline

 

#2 2010-06-12 11:29:57

soupoftomato
Scratcher
Registered: 2009-07-18
Posts: 1000+

Re: How do you create a descent platformer?

You mean decent platformer?

You could search around for a bases and such. Honestly, you are the only person who knows what you want it to be like.


I'm glad to think that the community will always be kind and helpful, the language will always be a fun and easy way to be introduced into programming, the motto will always be: Imagine, Program, Share - Nomolos

Offline

 

#3 2010-06-12 11:30:39

Random_Guy_123
Scratcher
Registered: 2010-05-19
Posts: 71

Re: How do you create a descent platformer?

Nope. I actually have no idea about what I want!


[url]http://scratch.mit.edu/projects/Random_Guy_123/1251479http://scratch.mit.edu/static/icons/buddy/524617_med.png?t=2010-05-28+12%3A12%3A41[/url]
Ever wanted to become a worm and avoid lots of lasers and robots? Then come check out the Worm vs. Machine game you (probably haven't) been waiting for!

Offline

 

#4 2010-06-12 11:34:55

Wolfie1996
Retired Community Moderator
Registered: 2009-07-08
Posts: 1000+

Re: How do you create a descent platformer?

You could try using RHY3756547's Perfect Platformer Base. People have made some pretty awesome stuff with it  smile

Or, try looking at these tutorials:

http://scratch.mit.edu/projects/fireball123/567047/
http://scratch.mit.edu/projects/fireball123/940816/

Hope this helps  smile


"...Jargon - the practice of never calling a spade a spade, when you might instead call it a manual earth-restructing implement..." - Bill Bryson, Mother Tongue

Offline

 

#5 2010-06-13 07:56:52

Greentabby55
Scratcher
Registered: 2010-05-04
Posts: 50

Re: How do you create a descent platformer?

<when green flag clicked>
<forever>
<if><touching[ sprite1 ]>
<change x by( -5 )
<end>
<end>

Offline

 

#6 2010-06-13 07:57:59

Greentabby55
Scratcher
Registered: 2010-05-04
Posts: 50

Re: How do you create a descent platformer?

Oh, and if it's a floor, instead of changing x by a number, make it so it's change y by a positive number.

Offline

 

Board footer