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

#1 2013-02-22 14:23:33

ZINGERX
Scratcher
Registered: 2013-02-18
Posts: 16

How do you make platforms and levels.

I'm making this platformer game where you go through levels.But I dont know how to make platforms or levels.Can somebody please help me?

Offline

 

#2 2013-02-22 14:53:40

CAA14
Scratcher
Registered: 2013-01-14
Posts: 1000+

Re: How do you make platforms and levels.

Platforms? Do you mean floors?

And the going from level to level is not to hard, here is a link where i told another scratcher how.

If you have any questions, please ask away.  smile 
If i don't respond for awhile, it's just because i am really busy, i have like 4 projects going right for collabs plus my own.

Regards,

CAA14

Offline

 

#3 2013-02-22 16:49:45

ZINGERX
Scratcher
Registered: 2013-02-18
Posts: 16

Re: How do you make platforms and levels.

Thanks! It really helped.I can make levels. So, ya, I did mean floors.

Offline

 

#4 2013-02-22 17:02:05

CAA14
Scratcher
Registered: 2013-01-14
Posts: 1000+

Re: How do you make platforms and levels.

ZINGERX wrote:

Thanks! It really helped.I can make levels. So, ya, I did mean floors.

I'm glad i could help.  smile

Okay, you could do floors with color, y position, or using a "floor" sprite or sprites.

The simplest is the color, but that means all your floors at least have to be outlined in the same color. If you don't mind that, then this option is for you.

Using y position is when the floor is always going to be at the same place, like in "Never Stop!". If you want this, then tell me and I'll explain further.

Using the floor sprites themselves is the most complicated, but they don't need to be a certain color or position.

Tell me which one you want me to show you.

Regards,

CAA14

Offline

 

#5 2013-02-22 19:12:46

ZINGERX
Scratcher
Registered: 2013-02-18
Posts: 16

Re: How do you make platforms and levels.

Can you please show me the color floors?

Offline

 

#6 2013-02-22 19:20:57

CAA14
Scratcher
Registered: 2013-01-14
Posts: 1000+

Re: How do you make platforms and levels.

ZINGERX wrote:

Can you please show me the color floors?

Sure:

For your character, put:


when gf clicked // or whenever you want.
forever
if <touching color? [#000000]>
change y by (10)
end
end
And then, for gravity(In the character's scripts):

when gf clicked
forever
change y by (-10) // You can use whatever value you like, but negative is down.
end
That should do the trick.  smile
If it doesn't or you have any problems, just ask away.

Hope that helps,

CAA14

Offline

 

#7 2013-02-25 20:14:33

ZINGERX
Scratcher
Registered: 2013-02-18
Posts: 16

Re: How do you make platforms and levels.

big_smile  thanks! It helped a lot!!!!!!!!!!!

Offline

 

#8 2013-02-26 12:22:54

CAA14
Scratcher
Registered: 2013-01-14
Posts: 1000+

Re: How do you make platforms and levels.

Great,  smile

If you need any help, just ask.

I just want to say, you've been what i call a great scratcher in need, that means you weren't difficult to help, you were clear on what you needed, and i just want to thank you, because some people just say this,

"How do you make a platformer".... Yeah, i have to try and tell them all about that, and they seem to want me to make their program.  sad

You're not like that, so i want to thank you and encourage you to keep asking for help in a clear way.

Regards,

CAA14

Offline

 

#9 2013-03-04 20:07:39

ZINGERX
Scratcher
Registered: 2013-02-18
Posts: 16

Re: How do you make platforms and levels.

You're welcome

Offline

 

#10 2013-03-04 20:21:16

CAA14
Scratcher
Registered: 2013-01-14
Posts: 1000+

Re: How do you make platforms and levels.

big_smile

Please tell me about your game when it's done.

Regards,

CAA14

Last edited by CAA14 (2013-03-04 20:21:49)

Offline

 

Board footer