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

#1 2010-05-20 23:00:59

4lover
Scratcher
Registered: 2010-04-24
Posts: 500+

plat form glitch

When I make platforms if theyr'e not touching the plat form they go to the very very bottom of the screen how do you fix that?


Check out this awesome new zombie-cod type of game: http://scratch.mit.edu/projects/4lover/1975649

Offline

 

#2 2010-05-21 01:47:43

Jonathanpb
Scratcher
Registered: 2008-07-25
Posts: 1000+

Re: plat form glitch

I don't get what you mean... can you please explain more?


"Human beings... must have action; and they will make it if they cannot find it.
-Charlotte Brontë

Offline

 

#3 2010-05-21 16:42:57

4lover
Scratcher
Registered: 2010-04-24
Posts: 500+

Re: plat form glitch

when I make a platform inorder for it to work I have to dothe forever button and I change the carachter by -2y but it goes straight to the bottom how do you fix that?


Check out this awesome new zombie-cod type of game: http://scratch.mit.edu/projects/4lover/1975649

Offline

 

#4 2010-05-21 16:58:34

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

Re: plat form glitch

4lover wrote:

when I make a platform inorder for it to work I have to dothe forever button and I change the carachter by -2y but it goes straight to the bottom how do you fix that?

Add this to your "forever:"

Code:

if <touching [platform> //touching a colour for the platform will also work - but you just have to make sure the platforms are all the same colour.
  change y by (2)
end

Offline

 

#5 2010-05-21 17:42:22

4lover
Scratcher
Registered: 2010-04-24
Posts: 500+

Re: plat form glitch

Thanks and nice job on becoming a moderatorP.S I chose you  as my first pick.

Last edited by 4lover (2010-05-21 21:45:05)


Check out this awesome new zombie-cod type of game: http://scratch.mit.edu/projects/4lover/1975649

Offline

 

#6 2010-05-22 13:20:43

andrewcevery
Scratcher
Registered: 2008-03-23
Posts: 28

Re: plat form glitch

If you want a platform engine that figures out walls, try my projects PlatforMaker 1 and 2.

Offline

 

Board footer